aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-09-28 20:11:05 +0900
committersatok <satok@google.com>2011-09-29 11:46:20 +0900
commit433965784dca1a2cd801e1aab8c8258f64d8c7e0 (patch)
treed6f05c54e689b138e35e5a40fe517b670783c3a7 /java/res/xml
parent90086846dc9a677dafc1ea92138ac88f3f933046 (diff)
downloadlatinime-433965784dca1a2cd801e1aab8c8258f64d8c7e0.tar.gz
latinime-433965784dca1a2cd801e1aab8c8258f64d8c7e0.tar.xz
latinime-433965784dca1a2cd801e1aab8c8258f64d8c7e0.zip
add vibration duration settings
Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5
Diffstat (limited to 'java/res/xml')
-rw-r--r--java/res/xml/prefs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 24de95f10..312af2888 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -125,6 +125,9 @@
android:summary="@string/enable_span_insert_summary"
android:persistent="true"
android:defaultValue="true" />
+ <PreferenceScreen
+ android:key="pref_vibration_duration_settings"
+ android:title="@string/prefs_vibration_duration_settings"/>
<!-- TODO: evaluate results and revive this option. The code
already supports it. -->
<!-- <CheckBoxPreference -->