diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-04-12 22:54:46 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-04-15 11:17:58 +0000 |
| commit | dc0fe46803a2fa803dd8994fad689fe342ec2eb5 (patch) | |
| tree | 6e5f6efcc84b5979e22edca8a94299a2f69e15bc /android/src/main/res/layout | |
| parent | 18fcbc8fc585be20b564b07ed9f6504b3c406ab7 (diff) | |
| download | mullvadvpn-dc0fe46803a2fa803dd8994fad689fe342ec2eb5.tar.xz mullvadvpn-dc0fe46803a2fa803dd8994fad689fe342ec2eb5.zip | |
Restore hard-coded dialog message
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/confirm_dns.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/android/src/main/res/layout/confirm_dns.xml b/android/src/main/res/layout/confirm_dns.xml index f271d1aa6e..6c7266eae9 100644 --- a/android/src/main/res/layout/confirm_dns.xml +++ b/android/src/main/res/layout/confirm_dns.xml @@ -13,14 +13,13 @@ android:layout_marginTop="8dp" android:layout_gravity="center" android:src="@drawable/icon_alert" /> - <TextView android:id="@+id/message" - android:layout_width="wrap_content" + <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" android:layout_marginTop="16dp" android:textColor="@color/white80" android:textSize="@dimen/text_small" - android:text="" /> + android:text="@string/confirm_local_dns" /> <Button android:id="@+id/confirm_button" android:layout_marginVertical="@dimen/button_separation" android:text="@string/add_anyway" |
