diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-14 19:49:23 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 13:13:31 +0000 |
| commit | 19fb61544847fc1592c2c2d094a5b393900d467c (patch) | |
| tree | bd1da8e68d254b60d6db706763da0c3d19858ac4 | |
| parent | 8fb24128e849280cf5f55eac0579d8d112e8647a (diff) | |
| download | mullvadvpn-19fb61544847fc1592c2c2d094a5b393900d467c.tar.xz mullvadvpn-19fb61544847fc1592c2c2d094a5b393900d467c.zip | |
Tweak Launch screen
| -rw-r--r-- | android/src/main/res/layout/launch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/launch.xml b/android/src/main/res/layout/launch.xml index 90fee9643c..a6ae06f1ca 100644 --- a/android/src/main/res/layout/launch.xml +++ b/android/src/main/res/layout/launch.xml @@ -5,7 +5,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="top | right" - android:paddingHorizontal="12dp" + android:paddingHorizontal="16dp" android:paddingVertical="25dp" android:background="?android:attr/selectableItemBackground" android:src="@drawable/icon_settings" /> @@ -17,7 +17,7 @@ android:gravity="center"> <ImageView android:layout_width="120dp" android:layout_height="120dp" - android:layout_marginBottom="4dp" + android:layout_marginBottom="5dp" android:src="@drawable/launch_logo" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" |
