diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2018-07-20 19:22:33 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2018-07-20 20:45:16 +0200 |
commit | fa67cbf18bc43ff8cda34b91acdb43feb1214777 (patch) | |
tree | 651c1743cda4e2787cd08b15fea839b30c42fe46 /gui/theme/common/portrait.xml | |
parent | 3.2.2 (diff) | |
download | android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.gz android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.bz2 android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.lz android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.xz android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.zst android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/theme/common/portrait.xml | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 0d1d6d8a2..11769227f 100644 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -2932,7 +2932,7 @@ <button style="main_button_half_height"> <placement x="%indent%" y="%row16_y%"/> - <text>{@su_cancel=Do not Install}</text> + <text>{@install_cancel=Do not Install}</text> <action function="reboot">%tw_reboot_param%</action> </button> @@ -4708,51 +4708,6 @@ </action> </page> - <page name="installsu"> - <template name="page"/> - - <text style="text_l"> - <placement x="%col1_x_header%" y="%row3_header_y%"/> - <text>{@reboot_hdr=Reboot}</text> - </text> - - <text style="text_m"> - <placement x="%col1_x_header%" y="%row4_header_y%"/> - <text>{@su_hdr=SuperSU Check}</text> - </text> - - <text style="text_m_accent"> - <placement x="%center_x%" y="%row2_y%" placement="5"/> - <text>{@su_note1=Your device does not appear to be rooted.}</text> - </text> - - <text style="text_m"> - <placement x="%center_x%" y="%row4_y%" placement="5"/> - <text>{@su_note2=Install SuperSU now?}</text> - </text> - - <text style="text_m"> - <placement x="%center_x%" y="%row5_y%" placement="5"/> - <text>{@su_note3=This will root your device.}</text> - </text> - - <button style="main_button_half_height"> - <placement x="%indent%" y="%row18a_y%"/> - <text>{@su_cancel=Do not Install}</text> - <action function="set">tw_page_done=1</action> - </button> - - <slider> - <text>{@swipe_su_to_install=Swipe to Install}</text> - <actions> - <action function="set">tw_action=installsu</action> - <action function="set">tw_action_text1={@su_installing=Installing SuperSU}</action> - <action function="set">tw_action_text2=</action> - <action function="page">singleaction_page</action> - </actions> - </slider> - </page> - <page name="slideout"> <fill color="%background_color%"> <placement x="0" y="%row2_header_y%" w="%screen_width%" h="%slideout_bg_height%"/> |