summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-03-10 16:29:06 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-03-10 16:29:06 +0100
commit2f6e995b39cc341e677b9756c24c9081d65c4868 (patch)
treeea8fc9a478ceed7c725b34b63009810341ff61c5
parentSupport pre-KitKat properties for update-binary (diff)
parentFix incorrect alignment of Restore Defaults button in some themes (diff)
downloadandroid_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.tar
android_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.tar.gz
android_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.tar.bz2
android_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.tar.lz
android_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.tar.xz
android_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.tar.zst
android_bootable_recovery-2f6e995b39cc341e677b9756c24c9081d65c4868.zip
-rw-r--r--gui/devices/1080x1920/res/ui.xml16
-rw-r--r--gui/devices/1200x1920/res/ui.xml16
-rw-r--r--gui/devices/320x480/res/ui.xml16
-rw-r--r--gui/devices/480x800/res/ui.xml16
-rw-r--r--gui/devices/480x854/res/ui.xml16
-rw-r--r--gui/devices/540x960/res/ui.xml16
-rw-r--r--gui/devices/720x1280/res/ui.xml16
-rwxr-xr-xgui/devices/800x1280/res/ui.xml16
8 files changed, 64 insertions, 64 deletions
diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml
index c336dbade..b960cbcbe 100644
--- a/gui/devices/1080x1920/res/ui.xml
+++ b/gui/devices/1080x1920/res/ui.xml
@@ -2464,21 +2464,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/1200x1920/res/ui.xml b/gui/devices/1200x1920/res/ui.xml
index 175121632..eb5098cfb 100644
--- a/gui/devices/1200x1920/res/ui.xml
+++ b/gui/devices/1200x1920/res/ui.xml
@@ -2467,21 +2467,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml
index 5b6fa02bb..8a6308fda 100644
--- a/gui/devices/320x480/res/ui.xml
+++ b/gui/devices/320x480/res/ui.xml
@@ -2451,21 +2451,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml
index be2db8f9b..d8cbbec80 100644
--- a/gui/devices/480x800/res/ui.xml
+++ b/gui/devices/480x800/res/ui.xml
@@ -2451,21 +2451,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml
index 42e6749ed..91888eaf6 100644
--- a/gui/devices/480x854/res/ui.xml
+++ b/gui/devices/480x854/res/ui.xml
@@ -2450,21 +2450,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml
index a60fb3db0..ace65ebfa 100644
--- a/gui/devices/540x960/res/ui.xml
+++ b/gui/devices/540x960/res/ui.xml
@@ -2451,21 +2451,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml
index 2cdd966c7..b0e931714 100644
--- a/gui/devices/720x1280/res/ui.xml
+++ b/gui/devices/720x1280/res/ui.xml
@@ -2464,21 +2464,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">
diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml
index fffe31cd8..94e39883e 100755
--- a/gui/devices/800x1280/res/ui.xml
+++ b/gui/devices/800x1280/res/ui.xml
@@ -2452,21 +2452,21 @@
<action function="page">screen</action>
</object>
- <object type="button">
- <highlight color="%highlight_color%" />
- <placement x="%col2_x%" y="%row4_y%" />
+ <object type="button">
+ <placement x="%col1_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Vibration Duration</text>
+ <text>Restore Defaults</text>
<image resource="main_button" />
- <action function="page">Vibrate</action>
+ <action function="restoredefaultsettings"></action>
</object>
<object type="button">
- <placement x="%col_x%" y="%row4_y%" />
+ <highlight color="%highlight_color%" />
+ <placement x="%col2_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
- <text>Restore Defaults</text>
+ <text>Vibration Duration</text>
<image resource="main_button" />
- <action function="restoredefaultsettings"></action>
+ <action function="page">Vibrate</action>
</object>
<object type="action">