diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-09-30 16:07:44 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-09-30 16:08:05 +0000 |
| commit | 04bb199b1df83973a193f1da6b6f04e22052f9b5 (patch) | |
| tree | 3aac72429bc764e151f1fbdf2ecb59b9e20034aa /android/src | |
| parent | 153cd0e7893676afb04bd9b9dbf26933d812609f (diff) | |
| download | mullvadvpn-04bb199b1df83973a193f1da6b6f04e22052f9b5.tar.xz mullvadvpn-04bb199b1df83973a193f1da6b6f04e22052f9b5.zip | |
Tweak margins to better support logged out state
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/settings.xml b/android/src/main/res/layout/settings.xml index 15606cf756..37cf3cb9db 100644 --- a/android/src/main/res/layout/settings.xml +++ b/android/src/main/res/layout/settings.xml @@ -28,6 +28,7 @@ <LinearLayout android:id="@+id/account" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="24dp" android:paddingHorizontal="16dp" android:background="@drawable/cell_button_background" android:clickable="true" @@ -68,8 +69,8 @@ <LinearLayout android:id="@+id/wireguard_keys" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="24dp" android:paddingHorizontal="16dp" - android:layout_marginTop="24dp" android:background="@drawable/cell_button_background" android:clickable="true" android:gravity="center" @@ -97,7 +98,6 @@ <LinearLayout android:id="@+id/app_version" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" android:paddingHorizontal="16dp" android:background="@drawable/cell_button_background" android:clickable="true" |
