aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-04-05 05:08:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-05 05:08:56 -0700
commitaf7d86c5b8d5bcde804a5a033d4d401a76f1989c (patch)
tree218beafe60e994c975d713ede35f6dea3a3de280 /java/res/xml
parentaa300bb73a970a42ffb8bc8c5419c22191a7c08a (diff)
parent80f2ccc236272be5897b2b0ba4ad302c8bbcc97d (diff)
downloadlatinime-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.xml8
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"