diff options
author | 2012-06-25 18:54:28 -0700 | |
---|---|---|
committer | 2012-06-25 18:54:28 -0700 | |
commit | 30dd558802f8fa8d6eb5479d0053bc6505d723d0 (patch) | |
tree | 6dacc93c8b4fff09d2fcdf1d516a7873da7b0db9 /java | |
parent | 31e82e7e0f6ffe5c61cfba8288b6e5c50a4a7bc4 (diff) | |
parent | e9e51cab781d63d8fa0b4294dbef8e1667b0dba7 (diff) | |
download | latinime-30dd558802f8fa8d6eb5479d0053bc6505d723d0.tar.gz latinime-30dd558802f8fa8d6eb5479d0053bc6505d723d0.tar.xz latinime-30dd558802f8fa8d6eb5479d0053bc6505d723d0.zip |
Merge "Pull the "next word prediction" option up a level."
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/prefs.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index d8bf7847e..bf8805875 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -81,6 +81,12 @@ android:title="@string/misc_category" 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 android:key="usability_study_mode" android:title="@string/prefs_usability_study_mode" android:persistent="true" @@ -114,12 +120,6 @@ android:summary="@string/use_contacts_dict_summary" android:persistent="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 android:key="pref_vibration_duration_settings" android:title="@string/prefs_keypress_vibration_duration_settings"/> |