diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2013-02-21 00:58:11 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2013-02-21 00:58:11 +0100 |
commit | 4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01 (patch) | |
tree | 61cbdf1dda5ccca0e93ad2cb40d265139b392648 /gui/devices/540x960 | |
parent | Configurable timeout and brightness settings (diff) | |
download | android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.gz android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.bz2 android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.lz android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.xz android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.zst android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.zip |
Diffstat (limited to 'gui/devices/540x960')
-rw-r--r-- | gui/devices/540x960/res/ui.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index 184ffba63..9e8034bf1 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -2411,6 +2411,14 @@ <image checked="checkbox_true" unchecked="checkbox_false" /> </object> + <object type="checkbox"> + <placement x="%col1_x%" y="%row8_text_y%" /> + <font resource="font" color="%text_color%" /> + <text>Use Military Time</text> + <data variable="tw_military_time" /> + <image checked="checkbox_true" unchecked="checkbox_false" /> + </object> + <object type="button"> <highlight color="%highlight_color%" /> <placement x="%col1_x%" y="%row3_y%" /> |