further resource cleanup

This commit is contained in:
Philipp Crocoll 2015-09-07 20:29:48 +02:00
parent f49aab87f2
commit 801200b7f9
7 changed files with 4 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -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>