diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 14:53:29 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-19 12:58:48 +0000 |
| commit | 8843464a255b939b9a3ec9a2531bce9e989968d9 (patch) | |
| tree | 2c19e8fa46df6451689047c4a3cb1409b962f1fe /android/src | |
| parent | bbc14f4002a5aaee4225c11846cb820d1c27b4a6 (diff) | |
| download | mullvadvpn-8843464a255b939b9a3ec9a2531bce9e989968d9.tar.xz mullvadvpn-8843464a255b939b9a3ec9a2531bce9e989968d9.zip | |
Tweak vertical spacings
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/confirm_no_email.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/confirm_no_email.xml b/android/src/main/res/layout/confirm_no_email.xml index 6884d30621..bbaba730a7 100644 --- a/android/src/main/res/layout/confirm_no_email.xml +++ b/android/src/main/res/layout/confirm_no_email.xml @@ -17,15 +17,15 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" - android:layout_marginBottom="12dp" + android:layout_marginTop="16dp" android:textColor="@color/white80" android:textSize="@dimen/text_medium" android:text="@string/confirm_no_email" /> <Button android:id="@+id/send_button" + android:layout_marginVertical="@dimen/button_separation" android:text="@string/send_anyway" style="@style/RedButton" /> <Button android:id="@+id/back_button" - android:layout_marginTop="16dp" android:text="@string/back" style="@style/BlueButton" /> </LinearLayout> |
