diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 13:08:53 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 13:13:31 +0000 |
| commit | 374f422ee6e245ecefc4e40f5e3fb4b84d524bf2 (patch) | |
| tree | 86ef074dc8d94626da1b3cbb1931f5022b72ee4e /android | |
| parent | 2405f5577dbb24ecbf46e384cd60c2e13c33bd71 (diff) | |
| download | mullvadvpn-374f422ee6e245ecefc4e40f5e3fb4b84d524bf2.tar.xz mullvadvpn-374f422ee6e245ecefc4e40f5e3fb4b84d524bf2.zip | |
Tweak Out Of Time screen
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/res/layout/out_of_time.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/out_of_time.xml b/android/src/main/res/layout/out_of_time.xml index 544413d22c..ca1016ad61 100644 --- a/android/src/main/res/layout/out_of_time.xml +++ b/android/src/main/res/layout/out_of_time.xml @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:layout_marginHorizontal="@dimen/side_margin" android:layout_marginTop="8dp" - android:layout_marginBottom="11dp" + android:layout_marginBottom="@dimen/vertical_space" android:textColor="@color/white" android:textSize="@dimen/text_small" /> <Space android:layout_width="match_parent" |
