summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-15 14:53:29 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-19 12:58:48 +0000
commit8843464a255b939b9a3ec9a2531bce9e989968d9 (patch)
tree2c19e8fa46df6451689047c4a3cb1409b962f1fe /android/src
parentbbc14f4002a5aaee4225c11846cb820d1c27b4a6 (diff)
downloadmullvadvpn-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.xml4
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>