diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-26 20:53:02 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-26 20:53:02 +0200 |
commit | 2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21 (patch) | |
tree | a176f540fd6b31ea626df0d267284526180e4f93 /gui/devices/480x800/res | |
parent | Fix permissions updates (diff) | |
download | android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.tar android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.tar.gz android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.tar.bz2 android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.tar.lz android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.tar.xz android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.tar.zst android_bootable_recovery-2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21.zip |
Diffstat (limited to 'gui/devices/480x800/res')
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index 729b0c26c..435efb079 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -1162,6 +1162,24 @@ </object> <object type="button"> + <condition var1="tw_has_data_media" var2="0" /> + <placement x="%col1_x%" y="%row4_y%" /> + <font resource="font" color="%button_text_color%" /> + <text>Android Secure</text> + <image resource="main_button" /> + <actions> + <action function="set">tw_back=wipe</action> + <action function="set">tw_action=wipe</action> + <action function="set">tw_action_param=ANDROIDSECURE</action> + <action function="set">tw_text1=Wipe Android Secure?</action> + <action function="set">tw_action_text1=Wiping Android Secure...</action> + <action function="set">tw_complete_text1=Wipe Android Secure Complete</action> + <action function="set">tw_slider_text=Swipe to Format</action> + <action function="page">confirm_action</action> + </actions> + </object> + + <object type="button"> <condition var1="tw_has_sdext_partition" var2="1" /> <placement x="%col2_x%" y="%row4_y%" /> <font resource="font" color="%button_text_color%" /> |