diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-10 21:13:59 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-10 21:13:59 +0100 |
commit | 58ddfef266c15983850fee500511bc63f65bb53b (patch) | |
tree | fd0d4dec72ec6cc5e43274d32a166e3af3923d07 /src/main/res | |
parent | 9af0794911b7993b612d23b3851fc5f5754bb2a0 (diff) |
Fixes FS#158: user decision dialog heading configurable and translateable
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/dialog_userdecision.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/res/layout/dialog_userdecision.xml b/src/main/res/layout/dialog_userdecision.xml index 4c5a53cc..55f28a0b 100644 --- a/src/main/res/layout/dialog_userdecision.xml +++ b/src/main/res/layout/dialog_userdecision.xml @@ -4,14 +4,6 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <TextView - android:layout_width="match_parent" - android:layout_height="32dp" - android:textAppearance="?android:attr/textAppearanceMedium" - android:text="Medium Text" - android:id="@+id/dlgUserDecQuestion" - android:layout_marginLeft="8dp" /> - <CheckBox android:layout_width="match_parent" android:layout_height="wrap_content" |