summaryrefslogtreecommitdiffstats
path: root/gui/devices/800x1280/res/ui.xml
diff options
context:
space:
mode:
authorKra1o5 <kra1o5x@gmail.com>2014-03-10 00:37:26 +0100
committerKra1o5 <kra1o5x@gmail.com>2014-03-10 00:37:26 +0100
commit781e689f37fdf3c234be227602317917fb1db579 (patch)
treecad1f74d6a06b32de7dcaf6be8aad5f7cc8eb28a /gui/devices/800x1280/res/ui.xml
parentFix error handling in createList (diff)
downloadandroid_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.tar
android_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.tar.gz
android_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.tar.bz2
android_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.tar.lz
android_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.tar.xz
android_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.tar.zst
android_bootable_recovery-781e689f37fdf3c234be227602317917fb1db579.zip
Diffstat (limited to '')
-rwxr-xr-xgui/devices/800x1280/res/ui.xml16
1 files changed, 8 insertions, 8 deletions
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">