summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml4
-rw-r--r--res/xml/language_settings.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 1f893b2..f5b1e84 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -502,4 +502,8 @@
<string name="live_display_low_power_summary">Adjust display for lowest power consumption without degradation</string>
<string name="live_display_enhance_color_title">Enhance colors</string>
<string name="live_display_enhance_color_summary">Improve color vibrance of flesh tones, scenery, and other images</string>
+
+ <!-- Whether to display IME switcher notifcation -->
+ <string name="ime_switcher_notify">Selector notification</string>
+ <string name="ime_switcher_notify_summary">Display input method selector notification</string>
</resources>
diff --git a/res/xml/language_settings.xml b/res/xml/language_settings.xml
index ab2b000..f328255 100644
--- a/res/xml/language_settings.xml
+++ b/res/xml/language_settings.xml
@@ -59,6 +59,12 @@
with low order values to set the key map of each attached keyboard. -->
</PreferenceCategory>
+ <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ android:key="status_bar_ime_switcher"
+ android:title="@string/ime_switcher_notify"
+ android:summary="@string/ime_switcher_notify_summary"
+ android:defaultValue="true" />
+
<PreferenceCategory
android:key="voice_category"
android:title="@string/voice_category" >