diff options
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/header_bar.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/android/src/main/res/layout/header_bar.xml b/android/src/main/res/layout/header_bar.xml index c6c0a88a38..a5965596a3 100644 --- a/android/src/main/res/layout/header_bar.xml +++ b/android/src/main/res/layout/header_bar.xml @@ -1,13 +1,13 @@ <merge xmlns:android="http://schemas.android.com/apk/res/android"> - <ImageView android:layout_width="50dp" - android:layout_height="50dp" - android:layout_marginLeft="12dp" + <ImageView android:layout_width="44dp" + android:layout_height="44dp" + android:layout_marginLeft="16dp" android:layout_marginVertical="12dp" android:layout_weight="0" android:src="@drawable/logo_icon" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginHorizontal="8dp" + android:layout_marginHorizontal="9dp" android:layout_marginVertical="12dp" android:layout_weight="1" android:textColor="@color/white80" @@ -19,7 +19,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="0" - android:paddingHorizontal="12dp" + android:paddingHorizontal="16dp" android:background="?android:attr/selectableItemBackground" android:src="@drawable/icon_settings" /> </merge> |
