mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Replace upload with home
This commit is contained in:
parent
1d2ba94c56
commit
471403d7c3
6 changed files with 2 additions and 2 deletions
|
|
@ -40,13 +40,13 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:src="@drawable/ic_file_upload_black_24dp" />
|
||||
android:src="@drawable/ic_home_black_24dp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:text="@string/navigation_item_upload"
|
||||
android:text="@string/navigation_item_home"
|
||||
android:letterSpacing="0.02"
|
||||
android:textColor="@color/main_background_dark"
|
||||
android:textSize="@dimen/hamburger_menu_item" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue