mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 09:06:22 +00:00
move lang key pref
This commit is contained in:
parent
d5339b7ffb
commit
be180ccada
2 changed files with 5 additions and 5 deletions
|
@ -32,11 +32,6 @@
|
|||
android:title="@string/enable_split_keyboard"
|
||||
android:persistent="true"
|
||||
android:defaultValue="false" />
|
||||
<CheckBoxPreference
|
||||
android:key="pref_show_language_switch_key"
|
||||
android:title="@string/show_language_switch_key"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
<CheckBoxPreference
|
||||
android:key="pref_resize_keyboard"
|
||||
android:title="@string/prefs_resize_keyboard"
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
android:summary="@string/number_row_summary"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
<CheckBoxPreference
|
||||
android:key="pref_show_language_switch_key"
|
||||
android:title="@string/show_language_switch_key"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
<CheckBoxPreference
|
||||
android:key="pref_show_emoji_key"
|
||||
android:title="@string/show_emoji_key"
|
||||
|
|
Loading…
Add table
Reference in a new issue