diff options
author | 2012-04-05 05:08:55 -0700 | |
---|---|---|
committer | 2012-04-05 05:08:56 -0700 | |
commit | af7d86c5b8d5bcde804a5a033d4d401a76f1989c (patch) | |
tree | 218beafe60e994c975d713ede35f6dea3a3de280 /java/res/xml | |
parent | aa300bb73a970a42ffb8bc8c5419c22191a7c08a (diff) | |
parent | 80f2ccc236272be5897b2b0ba4ad302c8bbcc97d (diff) | |
download | latinime-af7d86c5b8d5bcde804a5a033d4d401a76f1989c.tar.gz latinime-af7d86c5b8d5bcde804a5a033d4d401a76f1989c.tar.xz latinime-af7d86c5b8d5bcde804a5a033d4d401a76f1989c.zip |
Merge "Update the names and default values of bigram options."
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/prefs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index c5c647aac..ab5d44b24 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -111,18 +111,18 @@ android:persistent="true" android:defaultValue="true" /> <CheckBoxPreference - android:key="bigram_suggestion" + android:key="next_word_suggestion" android:title="@string/bigram_suggestion" android:summary="@string/bigram_suggestion_summary" android:persistent="true" android:defaultValue="true" /> <CheckBoxPreference - android:key="bigram_prediction" - android:dependency="bigram_suggestion" + android:key="next_word_prediction" + android:dependency="next_word_suggestion" android:title="@string/bigram_prediction" android:summary="@string/bigram_prediction_summary" android:persistent="true" - android:defaultValue="false" /> + android:defaultValue="true" /> <CheckBoxPreference android:key="enable_span_insert" android:title="@string/enable_span_insert" |