summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-26 06:06:53 +0200
committerEthan Yonker <dees_troy@teamw.in>2016-08-19 18:09:01 +0200
commit8dc25b7984c4bb511f693c49ecfae11d42972e26 (patch)
tree8cbed5eecf5e1eb16f8a5f29c6ed2daf459a7f18 /gui
parentGUI: Add countdown & cancel to install auto-reboot (diff)
downloadandroid_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.tar
android_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.tar.gz
android_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.tar.bz2
android_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.tar.lz
android_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.tar.xz
android_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.tar.zst
android_bootable_recovery-8dc25b7984c4bb511f693c49ecfae11d42972e26.zip
Diffstat (limited to 'gui')
-rw-r--r--gui/theme/common/landscape.xml7
-rw-r--r--gui/theme/common/portrait.xml7
-rw-r--r--gui/theme/common/watch.xml7
3 files changed, 15 insertions, 6 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 9272db01b..df68a3a63 100644
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -441,9 +441,9 @@
</checkbox>
<checkbox>
- <placement x="%col1_x_right%" y="%row12_y%" />
+ <placement x="%col1_x_right%" y="%row12_y%"/>
<text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot" />
+ <data variable="tw_install_reboot"/>
</checkbox>
<button style="main_button_half_width">
@@ -2771,6 +2771,9 @@
<listitem name="{@zip_sig_chk=Zip signature verification}">
<data variable="tw_signed_zip_verify"/>
</listitem>
+ <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
+ <data variable="tw_install_reboot"/>
+ </listitem>
<listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
<data variable="tw_rm_rf"/>
</listitem>
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index 507f3841b..dbd43054b 100644
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -386,9 +386,9 @@
</checkbox>
<checkbox>
- <placement x="%indent%" y="%row13a_y%" />
+ <placement x="%indent%" y="%row13a_y%"/>
<text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot" />
+ <data variable="tw_install_reboot"/>
</checkbox>
<checkbox>
@@ -2904,6 +2904,9 @@
<listitem name="{@zip_sig_chk=Zip signature verification}">
<data variable="tw_signed_zip_verify"/>
</listitem>
+ <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
+ <data variable="tw_install_reboot"/>
+ </listitem>
<listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
<data variable="tw_rm_rf"/>
</listitem>
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index d7bba84bd..b61d3eff6 100644
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -526,9 +526,9 @@
</checkbox>
<checkbox>
- <placement x="%indent%" y="%row4_y%" />
+ <placement x="%indent%" y="%row4_y%"/>
<text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot" />
+ <data variable="tw_install_reboot"/>
</checkbox>
<button>
@@ -3467,6 +3467,9 @@
<listitem name="{@zip_sig_chk=Zip signature verification}">
<data variable="tw_signed_zip_verify"/>
</listitem>
+ <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
+ <data variable="tw_install_reboot"/>
+ </listitem>
<listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
<data variable="tw_rm_rf"/>
</listitem>