diff options
author | Ricardo Gomez <ricardo.gomez331@gmail.com> | 2013-07-06 01:13:52 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-08-25 23:10:08 +0200 |
commit | c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf (patch) | |
tree | 017995b67d262612b59507fffd51fb57b42b9179 /gui/devices/320x480 | |
parent | Unify indentation and little clean-up in TWRP files (diff) | |
download | android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.tar android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.tar.gz android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.tar.bz2 android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.tar.lz android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.tar.xz android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.tar.zst android_bootable_recovery-c9ecd4473c5763fe6c372e6fead1cc1f6b7714cf.zip |
Diffstat (limited to 'gui/devices/320x480')
-rw-r--r-- | gui/devices/320x480/res/ui.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index 041a1356b..0719a942c 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -2585,6 +2585,7 @@ <placement x="%col1_x%" y="%row2_text_y%" /> <font resource="font" color="%text_color%" /> <condition var1="tw_screen_timeout_secs" op="=" var2="0" /> + <condition var1="tw_no_screen_timeout" op="!=" var2="1" /> <text>Enable screen timeout.</text> <image resource="checkbox_false" /> <action function="set">tw_screen_timeout_secs=60</action> @@ -2594,6 +2595,7 @@ <placement x="%col1_x%" y="%row2_text_y%" /> <font resource="font" color="%text_color%" /> <condition var1="tw_screen_timeout_secs" op="!=" var2="0" /> + <condition var1="tw_no_screen_timeout" op="!=" var2="1" /> <text>Enable screen timeout.</text> <image resource="checkbox_true" /> <action function="set">tw_screen_timeout_secs=0</action> @@ -2601,6 +2603,7 @@ <object type="slidervalue"> <condition var1="tw_screen_timeout_secs" op="!=" var2="0" /> + <condition var1="tw_no_screen_timeout" op="!=" var2="1" /> <placement x="col1_x" y="%row4_text_y%" w="%slidervalue_w%" /> <font resource="font" color="%text_color%" /> <colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" /> |