Merge pull request #664 from sandarumk/replace_upload_with_home

Replace upload with home
This commit is contained in:
Josephine Lim 2017-05-21 12:33:04 +02:00 committed by GitHub
commit aeb66492d6
6 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

View file

@ -40,13 +40,13 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="20dp" android:layout_marginLeft="20dp"
android:src="@drawable/ic_file_upload_black_24dp" /> android:src="@drawable/ic_home_black_24dp" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="12dp" android:layout_marginLeft="12dp"
android:text="@string/navigation_item_upload" android:text="@string/navigation_item_home"
android:letterSpacing="0.02" android:letterSpacing="0.02"
android:textColor="@color/main_background_dark" android:textColor="@color/main_background_dark"
android:textSize="@dimen/hamburger_menu_item" /> android:textSize="@dimen/hamburger_menu_item" />