diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-24 17:15:49 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-24 17:15:57 +0200 |
commit | 2691f9d7f845d3c424776059514e772782aa9f6b (patch) | |
tree | 5ee70eb51afae4a5a826cd360ad6805491126306 /gui/devices/1920x1200/res | |
parent | Fix 320x480 theme (diff) | |
download | android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.gz android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.bz2 android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.lz android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.xz android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.zst android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.zip |
Diffstat (limited to 'gui/devices/1920x1200/res')
-rw-r--r-- | gui/devices/1920x1200/res/ui.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index 21c3a28a1..2da3f7d07 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -819,6 +819,9 @@ <action function="set">tw_has_action2=0</action> <action function="set">tw_action2=</action> <action function="set">tw_action2_param=</action> + <action function="set">tw_has_cancel=0</action> + <action function="set">tw_cancel_action=</action> + <action function="set">tw_cancel_param=</action> <action function="page">%tw_clear_destination%</action> </object> </page> @@ -901,6 +904,15 @@ <object type="template" name="action_page_console" /> + <object type="button"> + <condition var1="tw_has_cancel" var2="1" /> + <placement x="%col4_x%" y="%slider_y%" /> + <font resource="font" color="%button_text_color%" /> + <text>Cancel</text> + <image resource="main_button" /> + <action function="%tw_cancel_action%">%tw_cancel_param%</action> + </object> + <object type="template" name="progress_bar" /> <object type="action"> @@ -2546,6 +2558,23 @@ </object> <object type="button"> + <placement x="%col4_x%" y="%row1_y%" /> + <font resource="font" color="%button_text_color%" /> + <text>ADB Sideload</text> + <image resource="main_button" /> + <actions> + <action function="set">tw_back=advanced</action> + <action function="set">tw_action=adbsideload</action> + <action function="set">tw_action_text1=ADB Sideload</action> + <action function="set">tw_action_text2=Usage: adb sideload filename.zip</action> + <action function="set">tw_complete_text1=ADB Sideload Complete</action> + <action function="set">tw_has_cancel=1</action> + <action function="set">tw_cancel_action=adbsideloadcancel</action> + <action function="page">action_page</action> + </actions> + </object> + + <object type="button"> <condition var1="tw_allow_partition_sdcard" var2="1" /> <placement x="%col1_x%" y="%row2_y%" /> <font resource="font" color="%button_text_color%" /> @@ -2563,6 +2592,14 @@ </object> <object type="button"> + <placement x="%col3_x%" y="%row2_y%" /> + <font resource="font" color="%button_text_color%" /> + <text>Reload Theme</text> + <image resource="main_button" /> + <action function="reload"></action> + </object> + + <object type="button"> <condition var1="tw_show_dumlock" var2="1" /> <placement x="%col4_x%" y="%row2_y%" /> <font resource="font" color="%button_text_color%" /> |