diff options
| author | Jules Aguillon | 2022-06-06 17:00:58 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 17:04:50 +0200 |
| commit | ef03dfed5c802a855c4655204eee39a8769cfed7 (patch) | |
| tree | a4808a1562437e70f9b00c92465f6ed34af799e7 /res/xml/settings.xml | |
| parent | e0131fa6b01ada40905ccd365da4511c2a88dc1c (diff) | |
| download | unexpected-keyboard-ef03dfed5c802a855c4655204eee39a8769cfed7.tar.gz unexpected-keyboard-ef03dfed5c802a855c4655204eee39a8769cfed7.zip | |
Remove the vibration settings
Instead of using the vibrator directly, use performHapticFeedback, which
will integrate better with the system settings.
Diffstat (limited to 'res/xml/settings.xml')
| -rw-r--r-- | res/xml/settings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 5d7072c..3293f91 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -21,10 +21,6 @@ <CheckBoxPreference android:key="lockable_box" android:title="Box" android:defaultValue="false"/> </PreferenceScreen> </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="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"/> <juloo.common.IntSlideBarPreference android:key="margin_bottom" android:title="@string/pref_margin_bottom_title" android:summary="%sdp" android:defaultValue="5" min="0" max="100"/> |
