renamed icon, fixed string ref for Uploads drawer item

This commit is contained in:
Andy Scherzinger 2016-07-14 14:21:44 +02:00
parent 9c76e2828c
commit 55e088e33a
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,004 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 604 B

View file

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View file

@ -36,7 +36,7 @@
android:orderInCategory="0"
android:id="@+id/nav_uploads"
android:icon="@drawable/ic_uploads"
android:title="Uploads"/>
android:title="@string/drawer_item_uploads_list"/>
</group>
<!--
@ -53,7 +53,7 @@
<item
android:orderInCategory="2"
android:id="@+id/drawer_menu_account_manage"
android:icon="@drawable/ic_action_settings"
android:icon="@drawable/ic_settings"
android:title="@string/drawer_manage_accounts"/>
</group>
@ -64,7 +64,7 @@
<item
android:orderInCategory="3"
android:id="@+id/nav_settings"
android:icon="@drawable/ic_action_settings"
android:icon="@drawable/ic_settings"
android:title="@string/actionbar_settings"/>
</group>
</menu>