Reactivate the bigram prediction option

Change-Id: Ib4dcd05c4ecf38bdf3d28371fcd9e2259a59ec0c
main
Jean Chalard 2012-02-15 19:25:12 -08:00
parent 05f09b6d58
commit a252e0547f
1 changed files with 7 additions and 9 deletions

View File

@ -113,6 +113,13 @@
android:summary="@string/bigram_suggestion_summary" android:summary="@string/bigram_suggestion_summary"
android:persistent="true" android:persistent="true"
android:defaultValue="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 <CheckBoxPreference
android:key="enable_span_insert" android:key="enable_span_insert"
android:title="@string/enable_span_insert" android:title="@string/enable_span_insert"
@ -125,15 +132,6 @@
<PreferenceScreen <PreferenceScreen
android:key="pref_keypress_sound_volume" android:key="pref_keypress_sound_volume"
android:title="@string/prefs_keypress_sound_volume_settings" /> 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> </PreferenceScreen>
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>