aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorChieu Nguyen <cvnguyen@google.com>2015-03-13 21:09:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-13 21:09:32 +0000
commit3b08ef1d5b3656ab616e05f4701b1df64ffd0d8b (patch)
treea8613bc84c4e97eaa2a327eec4d444630bce6466 /java/res
parent99846fab18f4e3618023b38256a0ac6540cdc4c8 (diff)
parent116e58c437526ea2503564317e2731b8126acaa4 (diff)
downloadlatinime-3b08ef1d5b3656ab616e05f4701b1df64ffd0d8b.tar.gz
latinime-3b08ef1d5b3656ab616e05f4701b1df64ffd0d8b.tar.xz
latinime-3b08ef1d5b3656ab616e05f4701b1df64ffd0d8b.zip
am 116e58c4: Remove autocorrection aggressiveness settings.
* commit '116e58c437526ea2503564317e2731b8126acaa4': Remove autocorrection aggressiveness settings.
Diffstat (limited to 'java/res')
-rw-r--r--java/res/xml/prefs_screen_correction.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/java/res/xml/prefs_screen_correction.xml b/java/res/xml/prefs_screen_correction.xml
index 020d3afa6..284231bf1 100644
--- a/java/res/xml/prefs_screen_correction.xml
+++ b/java/res/xml/prefs_screen_correction.xml
@@ -41,13 +41,11 @@
android:summary="@string/prefs_block_potentially_offensive_summary"
android:defaultValue="@bool/config_block_potentially_offensive"
android:persistent="true" />
- <ListPreference
- android:key="auto_correction_threshold"
+ <CheckBoxPreference
+ android:key="pref_key_auto_correction"
android:title="@string/auto_correction"
android:summary="@string/auto_correction_summary"
- android:entryValues="@array/auto_correction_threshold_mode_indexes"
- android:entries="@array/auto_correction_threshold_modes"
- android:defaultValue="@string/auto_correction_threshold_mode_index_modest"
+ android:defaultValue="true"
android:persistent="true" />
<CheckBoxPreference
android:key="show_suggestions"