diff options
author | 2013-04-23 12:37:21 +0900 | |
---|---|---|
committer | 2013-04-25 20:29:14 +0900 | |
commit | d361dc841ca3cbe77f8755b3be063705424134c8 (patch) | |
tree | 922c64564d142547196b1db867032a56283d4828 /java/res/xml/prefs.xml | |
parent | bb61293675234f6e5e1312db70618be985b37a83 (diff) | |
download | latinime-d361dc841ca3cbe77f8755b3be063705424134c8.tar.gz latinime-d361dc841ca3cbe77f8755b3be063705424134c8.tar.xz latinime-d361dc841ca3cbe77f8755b3be063705424134c8.zip |
[ZF3] Add the option to block potentially offensive words
Bug: 7226877
Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r-- | java/res/xml/prefs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index eea90f94b..51e3420e9 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -69,6 +69,12 @@ android:value="@string/dictionary_pack_client_id" /> </intent> </PreferenceScreen> + <CheckBoxPreference + android:key="pref_key_block_potentially_offensive" + android:title="@string/prefs_block_potentially_offensive_title" + android:summary="@string/prefs_block_potentially_offensive_summary" + android:persistent="true" + android:defaultValue="@bool/config_block_potentially_offensive" /> <ListPreference android:key="auto_correction_threshold" android:title="@string/auto_correction" |