summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbig biff <bigbiff@teamw.in>2017-08-13 01:51:57 +0200
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2017-08-13 01:51:57 +0200
commit5302ec42b77e8aca8705eda9c7619444de34917d (patch)
tree5009fac251876abc3a5ab780df3b547b1231fd89
parentShow scrollbar on TWRP Settings (diff)
parentSHA2: Enable in landscape and watch xml (diff)
downloadandroid_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.tar
android_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.tar.gz
android_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.tar.bz2
android_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.tar.lz
android_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.tar.xz
android_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.tar.zst
android_bootable_recovery-5302ec42b77e8aca8705eda9c7619444de34917d.zip
-rw-r--r--gui/theme/common/landscape.xml4
-rw-r--r--gui/theme/common/watch.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 1302c2931..c3d89fe2d 100644
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -2886,6 +2886,10 @@
<condition var1="tw_simulate_actions" var2="1"/>
<data variable="tw_simulate_fail"/>
</listitem>
+ <listitem name="{@sha2_chk=Use SHA2 for hashing}">
+ <condition var1="tw_no_sha2" var2="0"/>
+ <data variable="tw_use_sha2"/>
+ </listitem>
</listbox>
<checkbox>
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index f1aff443e..d5ef86972 100644
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -3604,6 +3604,10 @@
<data variable="tw_simulate_fail"/>
<condition var1="tw_simulate_actions" var2="1"/>
</listitem>
+ <listitem name="{@sha2_chk=Use SHA2 for hashing}">
+ <condition var1="tw_no_sha2" var2="0"/>
+ <data variable="tw_use_sha2"/>
+ </listitem>
</listbox>
<action>