summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-19 10:15:08 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-19 10:15:08 -0300
commitcd6167ceaf3df523ae6774553f18ee21a15fdacd (patch)
tree58a6f88a047f13bff6552c16cfd490e7bce589f6 /android/src/main/res
parent2d4b940cde6283253daf9ba7db8b21dae5b90a43 (diff)
parentf0fafb96214f7bcd0642201dfdc80f9379485f6f (diff)
downloadmullvadvpn-cd6167ceaf3df523ae6774553f18ee21a15fdacd.tar.xz
mullvadvpn-cd6167ceaf3df523ae6774553f18ee21a15fdacd.zip
Merge branch 'update-confirm-no-email-dialog'
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/confirm_no_email.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/android/src/main/res/layout/confirm_no_email.xml b/android/src/main/res/layout/confirm_no_email.xml
index bc640906ab..9b8986679b 100644
--- a/android/src/main/res/layout/confirm_no_email.xml
+++ b/android/src/main/res/layout/confirm_no_email.xml
@@ -9,18 +9,23 @@
android:orientation="vertical"
android:gravity="left"
android:elevation="2dp">
+ <ImageView android:layout_width="44dp"
+ android:layout_height="44dp"
+ android:layout_marginTop="8dp"
+ android:layout_gravity="center"
+ android:src="@drawable/icon_alert" />
<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:textSize="@dimen/text_small"
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>