summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/portrait.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/portrait.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 '')
-rwxr-xr-xgui/theme/common/portrait.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index 1cf4d8980..c2d32dd3e 100755
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -2862,6 +2862,25 @@
</actions>
</button>
+ <button style="main_button">
+ <condition var1="tw_edl_mode" var2="1"/>
+ <placement x="%center_x%" y="%row13a_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>
+
<text style="text_m">
<condition var1="tw_has_boot_slots" var2="1"/>
<placement x="%center_x%" y="%row17_y%" placement="5"/>