summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-15 14:53:17 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-19 12:58:48 +0000
commitbbc14f4002a5aaee4225c11846cb820d1c27b4a6 (patch)
tree8ff3817e349b2e31e7e5aa208cf89fdaadd2c4b0 /android/src/main
parentea90fb5026274564fb5f20efc0f3d508bc33b610 (diff)
downloadmullvadvpn-bbc14f4002a5aaee4225c11846cb820d1c27b4a6.tar.xz
mullvadvpn-bbc14f4002a5aaee4225c11846cb820d1c27b4a6.zip
Add warning icon to dialog
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/res/layout/confirm_no_email.xml5
1 files changed, 5 insertions, 0 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..6884d30621 100644
--- a/android/src/main/res/layout/confirm_no_email.xml
+++ b/android/src/main/res/layout/confirm_no_email.xml
@@ -9,6 +9,11 @@
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"