summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-02-21 00:58:11 +0100
committerbigbiff bigbiff <bigbiff@teamw.in>2013-02-21 00:58:11 +0100
commit4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01 (patch)
tree61cbdf1dda5ccca0e93ad2cb40d265139b392648 /gui
parentConfigurable timeout and brightness settings (diff)
downloadandroid_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')
-rwxr-xr-xgui/devices/1024x600/res/ui.xml8
-rw-r--r--gui/devices/1024x768/res/ui.xml8
-rw-r--r--gui/devices/1280x800/res/ui.xml8
-rw-r--r--gui/devices/1920x1200/res/ui.xml9
-rw-r--r--gui/devices/2560x1600/res/ui.xml8
-rw-r--r--gui/devices/320x480/res/ui.xml8
-rw-r--r--gui/devices/480x800/res/ui.xml8
-rw-r--r--gui/devices/480x854/res/ui.xml8
-rw-r--r--gui/devices/540x960/res/ui.xml8
-rw-r--r--gui/devices/720x1280/res/ui.xml8
-rwxr-xr-xgui/devices/800x1280/res/ui.xml8
-rwxr-xr-xgui/devices/800x480/res/ui.xml10
12 files changed, 98 insertions, 1 deletions
diff --git a/gui/devices/1024x600/res/ui.xml b/gui/devices/1024x600/res/ui.xml
index 393e40d2a..fbdf14e93 100755
--- a/gui/devices/1024x600/res/ui.xml
+++ b/gui/devices/1024x600/res/ui.xml
@@ -2448,6 +2448,14 @@
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>
+ <object type="checkbox">
+ <placement x="%col1_x%" y="%row9_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="%row2_y%" />
diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml
index 5748e435b..025362a15 100644
--- a/gui/devices/1024x768/res/ui.xml
+++ b/gui/devices/1024x768/res/ui.xml
@@ -2440,6 +2440,14 @@
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>
+ <object type="checkbox">
+ <placement x="%col1_x%" y="%row9_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="%row2_y%" />
diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml
index 953318933..9529d1107 100644
--- a/gui/devices/1280x800/res/ui.xml
+++ b/gui/devices/1280x800/res/ui.xml
@@ -2440,6 +2440,14 @@
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>
+ <object type="checkbox">
+ <placement x="%col1_x%" y="%row9_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="%row2_y%" />
diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml
index 874dcaa16..5fe7fd525 100644
--- a/gui/devices/1920x1200/res/ui.xml
+++ b/gui/devices/1920x1200/res/ui.xml
@@ -2440,6 +2440,15 @@
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>
+
+ <object type="checkbox">
+ <placement x="%col1_x%" y="%row9_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="%row2_y%" />
diff --git a/gui/devices/2560x1600/res/ui.xml b/gui/devices/2560x1600/res/ui.xml
index bd058c16f..6d0e40558 100644
--- a/gui/devices/2560x1600/res/ui.xml
+++ b/gui/devices/2560x1600/res/ui.xml
@@ -2440,6 +2440,14 @@
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>
+ <object type="checkbox">
+ <placement x="%col1_x%" y="%row9_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="%row2_y%" />
diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml
index 5de1e7e33..38e7b1d34 100644
--- a/gui/devices/320x480/res/ui.xml
+++ b/gui/devices/320x480/res/ui.xml
@@ -2412,6 +2412,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%" />
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml
index b44c23d40..60ad8280c 100644
--- a/gui/devices/480x800/res/ui.xml
+++ b/gui/devices/480x800/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%" />
diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml
index 8959e9916..a570faf72 100644
--- a/gui/devices/480x854/res/ui.xml
+++ b/gui/devices/480x854/res/ui.xml
@@ -2410,6 +2410,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%" />
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%" />
diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml
index 031364ba0..79de4ca86 100644
--- a/gui/devices/720x1280/res/ui.xml
+++ b/gui/devices/720x1280/res/ui.xml
@@ -2424,6 +2424,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%" />
diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml
index 6703376c1..07ffec4e2 100755
--- a/gui/devices/800x1280/res/ui.xml
+++ b/gui/devices/800x1280/res/ui.xml
@@ -2412,6 +2412,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%" />
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml
index 7c815cfac..f12c242e4 100755
--- a/gui/devices/800x480/res/ui.xml
+++ b/gui/devices/800x480/res/ui.xml
@@ -2448,6 +2448,14 @@
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>
+ <object type="checkbox">
+ <placement x="%col1_x%" y="%row9_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="%row2_y%" />
@@ -2484,7 +2492,7 @@
<touch key="back" />
<action function="page">main</action>
</object>
-
+
<object type="template" name="footer" />
</page>