mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-07 10:20:11 -05:00
further resource cleanup
This commit is contained in:
parent
f49aab87f2
commit
801200b7f9
@ -21,7 +21,7 @@ namespace keepass2android
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
//return new TextDrawable("\uF06E", _activity);
|
//return new TextDrawable("\uF06E", _activity);
|
||||||
return _activity.Resources.GetDrawable(Resource.Drawable.ic_action_eye_open);
|
return _activity.Resources.GetDrawable(Resource.Drawable.ic_menu_view);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 589 B |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
@ -94,7 +94,7 @@ android:layout_height="wrap_content"
|
|||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ic_action_eye_open"
|
android:src="@drawable/ic_menu_view"
|
||||||
android:background="?android:selectableItemBackground" />
|
android:background="?android:selectableItemBackground" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:layout_marginTop="32dp"
|
android:layout_marginTop="32dp"
|
||||||
android:src="@drawable/splashlogo" />
|
android:src="@drawable/splashlogo" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -164,7 +164,7 @@
|
|||||||
android:id="@+id/toggle_password"
|
android:id="@+id/toggle_password"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ic_action_eye_open"
|
android:src="@drawable/ic_menu_view"
|
||||||
android:background="?android:selectableItemBackground" />
|
android:background="?android:selectableItemBackground" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -514,9 +514,6 @@
|
|||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</AndroidResource>
|
</AndroidResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<AndroidResource Include="Resources\drawable-mdpi\ic_unlocked_gray.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AndroidResource Include="Resources\values\dimens.xml">
|
<AndroidResource Include="Resources\values\dimens.xml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
@ -1046,9 +1043,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_launcher_gray.png" />
|
<AndroidResource Include="Resources\drawable-xhdpi\ic_launcher_gray.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_action_eye_open.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_cross.png" />
|
<AndroidResource Include="Resources\drawable-xhdpi\ic_cross.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user