summaryrefslogtreecommitdiffstats
path: root/gui/devices/1080x1920
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-02-07 19:39:13 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-07 19:39:13 +0100
commit75de542490f6a78f346c75fdea0bfc7975e6b4d2 (patch)
tree13308f75330d0f61b3daa9f16e43425c59bef9f3 /gui/devices/1080x1920
parentMerge "Add haptic feedback" into android-4.4 (diff)
parentExpansion of vibrate options (diff)
downloadandroid_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.gz
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.bz2
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.lz
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.xz
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.zst
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.zip
Diffstat (limited to 'gui/devices/1080x1920')
-rw-r--r--gui/devices/1080x1920/res/ui.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml
index 0f61faca7..15b98787b 100644
--- a/gui/devices/1080x1920/res/ui.xml
+++ b/gui/devices/1080x1920/res/ui.xml
@@ -2684,8 +2684,24 @@
<object type="slidervalue">
<placement x="col1_x" y="%row4_text_y%" w="%slidervalue_w%" />
<font resource="font" color="%text_color%" />
- <text>Vibration Value : </text>
- <data variable="tw_vibrate" min="0" max="300" />
+ <text>Button Vibration:</text>
+ <data variable="tw_button_vibrate" min="0" max="300" />
+ <colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" />
+ </object>
+
+ <object type="slidervalue">
+ <placement x="col1_x" y="%row8_text_y%" w="%slidervalue_w%" />
+ <font resource="font" color="%text_color%" />
+ <text>Keyboard Vibration:</text>
+ <data variable="tw_keyboard_vibrate" min="0" max="300" />
+ <colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" />
+ </object>
+
+ <object type="slidervalue">
+ <placement x="col1_x" y="%row12_text_y%" w="%slidervalue_w%" />
+ <font resource="font" color="%text_color%" />
+ <text>Action Vibration:</text>
+ <data variable="tw_action_vibrate" min="0" max="500" />
<colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" />
</object>