move lang key pref

This commit is contained in:
dslul 2020-09-30 16:12:56 +02:00
parent d5339b7ffb
commit be180ccada
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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"