aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-02-15 19:25:12 -0800
committerJean Chalard <jchalard@google.com>2012-02-15 19:25:12 -0800
commita252e0547f82e8c6778619465364328accab6353 (patch)
treee5abf7601cc0eafba578f75e7c3b89f87f6aeb61 /java
parent05f09b6d58464bc47750ed579ede09df7a586f19 (diff)
downloadlatinime-a252e0547f82e8c6778619465364328accab6353.tar.gz
latinime-a252e0547f82e8c6778619465364328accab6353.tar.xz
latinime-a252e0547f82e8c6778619465364328accab6353.zip
Reactivate the bigram prediction option
Change-Id: Ib4dcd05c4ecf38bdf3d28371fcd9e2259a59ec0c
Diffstat (limited to 'java')
-rw-r--r--java/res/xml/prefs.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index dcaa2029c..77f46502e 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -114,6 +114,13 @@
android:persistent="true"
android:defaultValue="true" />
<CheckBoxPreference
+ android:key="bigram_prediction"
+ android:dependency="bigram_suggestion"
+ android:title="@string/bigram_prediction"
+ android:summary="@string/bigram_prediction_summary"
+ android:persistent="true"
+ android:defaultValue="false" />
+ <CheckBoxPreference
android:key="enable_span_insert"
android:title="@string/enable_span_insert"
android:summary="@string/enable_span_insert_summary"
@@ -125,15 +132,6 @@
<PreferenceScreen
android:key="pref_keypress_sound_volume"
android:title="@string/prefs_keypress_sound_volume_settings" />
- <!-- TODO: evaluate results and revive this option. The code
- already supports it. -->
- <!-- <CheckBoxPreference -->
- <!-- android:key="bigram_prediction" -->
- <!-- android:dependency="bigram_suggestion" -->
- <!-- android:title="@string/bigram_prediction" -->
- <!-- android:summary="@string/bigram_prediction_summary" -->
- <!-- android:persistent="true" -->
- <!-- android:defaultValue="false" /> -->
</PreferenceScreen>
</PreferenceCategory>
</PreferenceScreen>