diff options
author | Samer Diab (S.a.M.e.R_d) <remasdiab@gmail.com> | 2014-01-07 21:18:47 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-02-06 20:27:28 +0100 |
commit | 71e9b049c21fb01d558f49844d17e792c347a930 (patch) | |
tree | a150e27f45af15339211d6f8333c6a03dba0b412 /gui/devices/1080x1920 | |
parent | Merge "Load RTC offset on Qualcomm Krait chips, fixes the broken time & date" into android-4.4 (diff) | |
download | android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.tar android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.tar.gz android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.tar.bz2 android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.tar.lz android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.tar.xz android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.tar.zst android_bootable_recovery-71e9b049c21fb01d558f49844d17e792c347a930.zip |
Diffstat (limited to 'gui/devices/1080x1920')
-rw-r--r-- | gui/devices/1080x1920/res/ui.xml | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml index beaf37325..0f61faca7 100644 --- a/gui/devices/1080x1920/res/ui.xml +++ b/gui/devices/1080x1920/res/ui.xml @@ -2456,7 +2456,16 @@ </object> <object type="button"> - <placement x="%col_center_x%" y="%row4_y%" /> + <highlight color="%highlight_color%" /> + <placement x="%col2_x%" y="%row4_y%" /> + <font resource="font" color="%button_text_color%" /> + <text>Vibration Duration</text> + <image resource="main_button" /> + <action function="page">Vibrate</action> + </object> + + <object type="button"> + <placement x="%col_x%" y="%row4_y%" /> <font resource="font" color="%button_text_color%" /> <text>Restore Defaults</text> <image resource="main_button" /> @@ -2663,6 +2672,36 @@ <object type="template" name="footer" /> </page> + <page name="Vibrate"> + <object type="template" name="header" /> + + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="%center_x%" y="%row1_header_y%" placement="5" /> + <text>Vibration Settings :</text> + </object> + + <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" /> + <colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" /> + </object> + + <object type="action"> + <touch key="home" /> + <action function="page">main</action> + </object> + + <object type="action"> + <touch key="back" /> + <action function="page">settings</action> + </object> + + <object type="template" name="footer" /> + </page> + <page name="advanced"> <object type="template" name="header" /> |