moved the haptic feedback setting to the Keypad screen
This commit is contained in:
parent
c04a861f17
commit
a82f8c783e
6 changed files with 10 additions and 11 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue