diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 14:11:03 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 14:32:17 +0000 |
| commit | af07c6d1ca79ec7215f87448228db7e03ae82e7c (patch) | |
| tree | 28879e23acf82528c335146b42c0e11417e0a5c8 /android | |
| parent | 9b84b20e4b2436f083721dc06dcb16537e425877 (diff) | |
| download | mullvadvpn-af07c6d1ca79ec7215f87448228db7e03ae82e7c.tar.xz mullvadvpn-af07c6d1ca79ec7215f87448228db7e03ae82e7c.zip | |
Tweak Split Tunnelling screen
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/res/layout/split_tunnelling_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/split_tunnelling_header.xml b/android/src/main/res/layout/split_tunnelling_header.xml index 359bf1f7e8..e68dfa4f30 100644 --- a/android/src/main/res/layout/split_tunnelling_header.xml +++ b/android/src/main/res/layout/split_tunnelling_header.xml @@ -9,7 +9,7 @@ android:layout_height="wrap_content" android:layout_weight="0" android:layout_marginLeft="@dimen/side_margin" - android:layout_marginTop="4dp" + android:layout_marginTop="2dp" android:layout_marginBottom="12dp" android:text="@string/split_tunnelling" style="@style/SettingsExpandedHeader" /> |
