diff options
author | 2015-03-13 14:50:54 -0700 | |
---|---|---|
committer | 2015-03-16 11:23:22 -0700 | |
commit | 5455179b54eb8230577f518db082796a3055685a (patch) | |
tree | 9e5c38575cbee4e96e2325e8c211a5b2a3a3d5fc /java/res/xml/prefs_screen_correction.xml | |
parent | 180a1e363f84f425e1b1d001e15e28df03f9181e (diff) | |
download | latinime-5455179b54eb8230577f518db082796a3055685a.tar.gz latinime-5455179b54eb8230577f518db082796a3055685a.tar.xz latinime-5455179b54eb8230577f518db082796a3055685a.zip |
Revert "Next-word suggestion bit in keyboard settings."
This reverts commit 1ae16dc3db170802d1b38273f477125a2a969d32.
Bug 19596067.
Change-Id: Ie7286acbb70b215d7bd08e271bcf14526b68576f
Diffstat (limited to 'java/res/xml/prefs_screen_correction.xml')
-rw-r--r-- | java/res/xml/prefs_screen_correction.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/xml/prefs_screen_correction.xml b/java/res/xml/prefs_screen_correction.xml index 284231bf1..a943dc1a3 100644 --- a/java/res/xml/prefs_screen_correction.xml +++ b/java/res/xml/prefs_screen_correction.xml @@ -65,4 +65,10 @@ android:summary="@string/use_contacts_dict_summary" android:defaultValue="true" android:persistent="true" /> + <CheckBoxPreference + android:key="next_word_prediction" + android:title="@string/bigram_prediction" + android:summary="@string/bigram_prediction_summary" + android:defaultValue="true" + android:persistent="true" /> </PreferenceScreen> |