summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/landscape.xml
diff options
context:
space:
mode:
authormauronofrio <poronofrio@gmail.com>2018-10-03 13:38:16 +0200
committerEthan Yonker <dees_troy@teamw.in>2019-03-20 16:57:07 +0100
commite9a49efe75918183a32164fea91ddddf65ce7964 (patch)
tree58aa58d6fcceac53c5c1e32f1d1ba6f353f46ed7 /gui/theme/common/landscape.xml
parentgpt: Add -Wno-format-security (diff)
downloadandroid_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar
android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.gz
android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.bz2
android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.lz
android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.xz
android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.zst
android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.zip
Diffstat (limited to 'gui/theme/common/landscape.xml')
-rwxr-xr-xgui/theme/common/landscape.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index d1bce168d..6df886256 100755
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -2705,6 +2705,25 @@
</actions>
</button>
+ <button style="main_button">
+ <condition var1="tw_edl_mode" var2="1"/>
+ <placement x="%center_x%" y="%row11_y%"/>
+ <text>{@rb_edl_btn=Edl}</text>
+ <actions>
+ <action function="set">tw_back=reboot</action>
+ <action function="set">tw_action=reboot</action>
+ <action function="set">tw_action_param=edl</action>
+ <action function="set">tw_reboot_param=edl</action>
+ <action function="set">tw_has_action2=0</action>
+ <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
+ <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
+ <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
+ <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
+ <action function="set">tw_slider_text={@swipe_reboot=Swipe to Reboot}</action>
+ <action function="page">rebootcheck</action>
+ </actions>
+ </button>
+
<action>
<touch key="home"/>
<action function="page">main</action>