diff options
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/confirm_no_email.xml | 5 |
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" |
