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
|
|
@ -142,7 +142,7 @@
|
|||
<string name="voice_input_error_no_network">Няма връзка с интернет</string>
|
||||
<string name="voice_input_error_network_failed">Проблем с мрежовата връзка</string>
|
||||
<string name="voice_input_stopping">Изключване на микрофона…</string>
|
||||
<string name="pref_haptic_feedback_summary">Вибрация при натискане на виртуален клавиш</string>
|
||||
<string name="pref_haptic_feedback_summary">Вибрация при натискане на виртуален клавиш.</string>
|
||||
<string name="pref_haptic_feedback">Вибрация</string>
|
||||
<string name="pref_numpad_alignment">Подравняване в пейзажен режим</string>
|
||||
<string name="virtual_numpad_alignment_center">В средата</string>
|
||||
|
|
|
|||
|
|
@ -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