summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-10-04 19:47:05 -0500
committerjt1134 <jt1134@gmail.com>2012-10-04 19:52:22 -0500
commit5fc6c41e5893c9ba25ca5a1d711dc4a416d64e8e (patch)
tree325ec5250444a0ca994287e75ac3c46085d45251 /AriesParts/res/xml/main.xml
parentcf58673f75e301ed59bafcebf2e1607fc83b7f80 (diff)
downloaddevice_samsung_aries-common-5fc6c41e5893c9ba25ca5a1d711dc4a416d64e8e.zip
device_samsung_aries-common-5fc6c41e5893c9ba25ca5a1d711dc4a416d64e8e.tar.gz
device_samsung_aries-common-5fc6c41e5893c9ba25ca5a1d711dc4a416d64e8e.tar.bz2
AriesParts: add vibration intensity settings
Change-Id: Iff35d34073b4b9c0f6989ff298c91cbf3cf7711e
Diffstat (limited to 'AriesParts/res/xml/main.xml')
-rw-r--r--AriesParts/res/xml/main.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index d50ed50..9062424 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -90,4 +90,13 @@
android:persistent="true" />
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/category_vibration_title">
+ <!-- Vibration -->
+ <com.cyanogenmod.settings.device.VibrationPreference
+ android:key="vibration"
+ android:title="@string/vibration_title_head"
+ android:summary="@string/vibration_summary_head" />
+ </PreferenceCategory>
+
</PreferenceScreen>