mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-07 02:10:10 -05:00
further resource cleanup
This commit is contained in:
parent
f49aab87f2
commit
801200b7f9
@ -21,7 +21,7 @@ namespace keepass2android
|
||||
get
|
||||
{
|
||||
//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:paddingRight="8dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_action_eye_open"
|
||||
android:src="@drawable/ic_menu_view"
|
||||
android:background="?android:selectableItemBackground" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -14,6 +14,7 @@
|
||||
android:layout_weight="0"
|
||||
android:layout_marginTop="32dp"
|
||||
android:src="@drawable/splashlogo" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -164,7 +164,7 @@
|
||||
android:id="@+id/toggle_password"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_action_eye_open"
|
||||
android:src="@drawable/ic_menu_view"
|
||||
android:background="?android:selectableItemBackground" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -514,9 +514,6 @@
|
||||
<SubType>Designer</SubType>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ic_unlocked_gray.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\values\dimens.xml">
|
||||
<SubType>Designer</SubType>
|
||||
@ -1046,9 +1043,6 @@
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_launcher_gray.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_action_eye_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_cross.png" />
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user