aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-05-23 16:43:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-23 16:43:37 +0000
commit7a76350b7b7c500d12d0f1e8e15fd2ea8b4d3035 (patch)
treea4830b046c7b70d93fee8d959518746764207a50 /java/res
parent6726bc90014c8d9c1710e4b52aa019d3e945f407 (diff)
parent7ed40a13cc8d8a616fd131e5644238cd41aba84d (diff)
downloadlatinime-7a76350b7b7c500d12d0f1e8e15fd2ea8b4d3035.tar.gz
latinime-7a76350b7b7c500d12d0f1e8e15fd2ea8b4d3035.tar.xz
latinime-7a76350b7b7c500d12d0f1e8e15fd2ea8b4d3035.zip
Merge "Enable "show language switch key" settings on K and before"
Diffstat (limited to 'java/res')
-rw-r--r--java/res/xml/prefs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 61ebb6992..a62986228 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -153,6 +153,7 @@
android:defaultValue="true" />
<CheckBoxPreference
android:key="pref_include_other_imes_in_language_switch_list"
+ android:dependency="pref_show_language_switch_key"
android:title="@string/include_other_imes_in_language_switch_list"
android:summary="@string/include_other_imes_in_language_switch_list_summary"
android:persistent="true"