diff options
Diffstat (limited to 'gui/devices/landscape')
-rw-r--r-- | gui/devices/landscape/res/landscape.xml | 20 |
1 files changed, 10 insertions, 10 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%"> |