summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaptain Throwback <captainthrowback@hotmail.com>2014-10-10 15:33:20 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-10-20 14:41:13 +0200
commita7f5ce31da308fb014655271757d08e6e8f01305 (patch)
tree9cc0aa1826ed0f672ed7c38ceeb388fabcd3250f
parentFix wiping crash when block device is not present (diff)
downloadandroid_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.tar
android_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.tar.gz
android_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.tar.bz2
android_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.tar.lz
android_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.tar.xz
android_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.tar.zst
android_bootable_recovery-a7f5ce31da308fb014655271757d08e6e8f01305.zip
-rw-r--r--gui/devices/landscape/res/landscape.xml20
-rw-r--r--gui/devices/portrait/res/portrait.xml22
-rw-r--r--gui/devices/watch/res/watch.xml20
3 files changed, 31 insertions, 31 deletions
diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml
index d0012c0a6..cee7c1553 100644
--- a/gui/devices/landscape/res/landscape.xml
+++ b/gui/devices/landscape/res/landscape.xml
@@ -1018,27 +1018,27 @@
</object>
<object type="text" color="%text_color%">
- <conditions>
- <condition var1="tw_has_android_secure" var2="1" />
- <condition var1="fileexists" var2="/and-sec" />
- </conditions>
+ <condition var1="tw_has_data_media" var2="1" />
<font resource="font" />
<placement x="%center_x%" y="%row2_text_y%" placement="5" />
- <text>.android_secure</text>
+ <text>(not including internal storage)</text>
</object>
<object type="text" color="%text_color%">
- <condition var1="tw_has_data_media" var2="1" />
+ <conditions>
+ <condition var1="tw_has_android_secure" var2="1" />
+ <condition var1="fileexists" var2="/and-sec" />
+ </conditions>
<font resource="font" />
- <placement x="%center_x%" y="%row2_text_y%" placement="5" />
- <text>(not including internal storage)</text>
+ <placement x="%center_x%" y="%row3_text_y%" placement="1" />
+ <text>Android Secure </text>
</object>
<object type="text" color="%text_color%">
<condition var1="tw_has_sdext_partition" var2="1" />
<font resource="font" />
- <placement x="%center_x%" y="%row3_text_y%" placement="5" />
- <text>SD-EXT</text>
+ <placement x="%center_x%" y="%row3_text_y%" />
+ <text> SD-EXT</text>
</object>
<object type="text" color="%text_color%">
diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml
index 8d749c126..9a9571012 100644
--- a/gui/devices/portrait/res/portrait.xml
+++ b/gui/devices/portrait/res/portrait.xml
@@ -715,38 +715,38 @@
</object>
<object type="text" color="%text_color%">
- <conditions>
- <condition var1="tw_has_android_secure" var2="1" />
- <condition var1="fileexists" var2="/and-sec" />
- </conditions>
+ <condition var1="tw_has_data_media" var2="1" />
<font resource="font" />
<placement x="%center_x%" y="%row3_text_y%" placement="5" />
- <text>.android_secure</text>
+ <text>(not including internal storage)</text>
</object>
<object type="text" color="%text_color%">
- <condition var1="tw_has_data_media" var2="1" />
+ <conditions>
+ <condition var1="tw_has_android_secure" var2="1" />
+ <condition var1="fileexists" var2="/and-sec" />
+ </conditions>
<font resource="font" />
- <placement x="%center_x%" y="%row3_text_y%" placement="5" />
- <text>(not including internal storage)</text>
+ <placement x="%center_x%" y="%row4_text_y%" placement="5" />
+ <text>Android Secure</text>
</object>
<object type="text" color="%text_color%">
<condition var1="tw_has_sdext_partition" var2="1" />
<font resource="font" />
- <placement x="%center_x%" y="%row4_text_y%" placement="5" />
+ <placement x="%center_x%" y="%row5_text_y%" placement="5" />
<text>SD-EXT</text>
</object>
<object type="text" color="%text_color%">
<font resource="font" />
- <placement x="%center_x%" y="%row5_text_y%" placement="5" />
+ <placement x="%center_x%" y="%row6_text_y%" placement="5" />
<text>Most of the time this is</text>
</object>
<object type="text" color="%text_color%">
<font resource="font" />
- <placement x="%center_x%" y="%row6_text_y%" placement="5" />
+ <placement x="%center_x%" y="%row7_text_y%" placement="5" />
<text>the only wipe that you need.</text>
</object>
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml
index 26cf2d51b..d3ddc5417 100644
--- a/gui/devices/watch/res/watch.xml
+++ b/gui/devices/watch/res/watch.xml
@@ -658,27 +658,27 @@
</object>
<object type="text" color="%text_color%">
- <conditions>
- <condition var1="tw_has_android_secure" var2="1" />
- <condition var1="fileexists" var2="/and-sec" />
- </conditions>
+ <condition var1="tw_has_data_media" var2="1" />
<font resource="font" />
<placement x="%center_x%" y="%row3_text_y%" placement="5" />
- <text>.android_secure</text>
+ <text>(not including internal storage)</text>
</object>
<object type="text" color="%text_color%">
- <condition var1="tw_has_data_media" var2="1" />
+ <conditions>
+ <condition var1="tw_has_android_secure" var2="1" />
+ <condition var1="fileexists" var2="/and-sec" />
+ </conditions>
<font resource="font" />
- <placement x="%center_x%" y="%row3_text_y%" placement="5" />
- <text>(not including internal storage)</text>
+ <placement x="%col2_x%" y="%row4_text_y%" placement="1" />
+ <text>Android Secure </text>
</object>
<object type="text" color="%text_color%">
<condition var1="tw_has_sdext_partition" var2="1" />
<font resource="font" />
- <placement x="%center_x%" y="%row4_text_y%" placement="5" />
- <text>SD-EXT</text>
+ <placement x="%col2_x%" y="%row4_text_y%" />
+ <text> SD-EXT</text>
</object>
<object type="text" color="%text_color%">