1
0
Fork 0

moved the haptic feedback setting to the Keypad screen

This commit is contained in:
sspanak 2024-07-02 16:26:23 +03:00 committed by Dimo Karaivanov
parent c04a861f17
commit a82f8c783e
6 changed files with 10 additions and 11 deletions

View file

@ -15,11 +15,6 @@
app:title="@string/pref_layout" />
<PreferenceCategory app:title="@string/pref_layout_numpad">
<SwitchPreferenceCompat
app:key="pref_haptic_feedback"
app:title="@string/pref_haptic_feedback"
app:summary="@string/pref_haptic_feedback_summary"/>
<DropDownPreference
app:key="pref_numpad_key_height"
app:title="@string/pref_numpad_key_height" />

View file

@ -15,6 +15,11 @@
app:summary="@string/pref_upside_down_keys_summary"
app:title="@string/pref_upside_down_keys" />
<SwitchPreferenceCompat
app:key="pref_haptic_feedback"
app:title="@string/pref_haptic_feedback"
app:summary="@string/pref_haptic_feedback_summary"/>
<PreferenceCategory android:title="@string/pref_category_predictive_mode">
<SwitchPreferenceCompat