mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Pull the "next word prediction" option up a level.
Bug: 6694141 Change-Id: Ib01575b0994e69ef232a234c575242ec49ed0679
This commit is contained in:
parent
223b8b44df
commit
e9e51cab78
@ -80,6 +80,12 @@
|
|||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/misc_category"
|
android:title="@string/misc_category"
|
||||||
android:key="misc_settings">
|
android:key="misc_settings">
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:key="next_word_prediction"
|
||||||
|
android:title="@string/bigram_prediction"
|
||||||
|
android:summary="@string/bigram_prediction_summary"
|
||||||
|
android:persistent="true"
|
||||||
|
android:defaultValue="true" />
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="usability_study_mode"
|
android:key="usability_study_mode"
|
||||||
android:title="@string/prefs_usability_study_mode"
|
android:title="@string/prefs_usability_study_mode"
|
||||||
@ -114,12 +120,6 @@
|
|||||||
android:summary="@string/use_contacts_dict_summary"
|
android:summary="@string/use_contacts_dict_summary"
|
||||||
android:persistent="true"
|
android:persistent="true"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
<CheckBoxPreference
|
|
||||||
android:key="next_word_prediction"
|
|
||||||
android:title="@string/bigram_prediction"
|
|
||||||
android:summary="@string/bigram_prediction_summary"
|
|
||||||
android:persistent="true"
|
|
||||||
android:defaultValue="true" />
|
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:key="pref_vibration_duration_settings"
|
android:key="pref_vibration_duration_settings"
|
||||||
android:title="@string/prefs_keypress_vibration_duration_settings"/>
|
android:title="@string/prefs_keypress_vibration_duration_settings"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user