summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-14 19:57:55 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-18 13:13:31 +0000
commit9b5ab1497cf42fe6ea06502417e4dab59e4cda77 (patch)
tree4d3193cc3abce9bb3385aa4379700b7ff1035fdf
parent19fb61544847fc1592c2c2d094a5b393900d467c (diff)
downloadmullvadvpn-9b5ab1497cf42fe6ea06502417e4dab59e4cda77.tar.xz
mullvadvpn-9b5ab1497cf42fe6ea06502417e4dab59e4cda77.zip
Tweak header bar
-rw-r--r--android/src/main/res/layout/header_bar.xml10
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>