diff options
| author | ArenaL5 | 2022-03-19 13:33:36 +0000 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-21 00:39:40 +0100 |
| commit | a516246e52e5830f4b7a94691fe02108e6523943 (patch) | |
| tree | 87b8f17e1cff6e73707ddf24e3e0b88345b18b8b /res | |
| parent | ba6d62dee2a1c0dae63eb758551b089a7cd9ffc1 (diff) | |
| download | unexpected-keyboard-a516246e52e5830f4b7a94691fe02108e6523943.tar.gz unexpected-keyboard-a516246e52e5830f4b7a94691fe02108e6523943.zip | |
Increase vibration maximum from 50 ms to 100 ms
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index e815667..6a76486 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -21,7 +21,7 @@ </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_vibrate"> <CheckBoxPreference android:key="vibrate_enabled" android:title="@string/pref_vibrate_title" android:summary="@string/pref_vibrate_summary" android:defaultValue="true"/> - <juloo.common.IntSlideBarPreference android:key="vibrate_duration" android:title="@string/pref_vibrate_duration_title" android:summary="%sms" android:defaultValue="20" min="5" max="50"/> + <juloo.common.IntSlideBarPreference android:key="vibrate_duration" android:title="@string/pref_vibrate_duration_title" android:summary="%sms" android:defaultValue="20" min="5" max="100"/> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_style"> <ListPreference android:key="theme" android:title="@string/pref_theme" android:summary="%s" android:defaultValue="system" android:entries="@array/pref_theme_entries" android:entryValues="@array/pref_theme_values"/> |
