diff options
author | 2010-12-01 11:09:53 +0900 | |
---|---|---|
committer | 2010-12-01 11:09:53 +0900 | |
commit | 6b1e5fd2601648193e0022f0d6183b4924b80748 (patch) | |
tree | 94cc0ea0f86a4936368890f859b67c406cbf275e /java | |
parent | 842b3d411592847be496590608d298bc17cf70b2 (diff) | |
download | latinime-6b1e5fd2601648193e0022f0d6183b4924b80748.tar.gz latinime-6b1e5fd2601648193e0022f0d6183b4924b80748.tar.xz latinime-6b1e5fd2601648193e0022f0d6183b4924b80748.zip |
Fix subtype icons in method.xml
Change-Id: I1b157254483446e86d577cdc010b92761754dbb7
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 7cdd63446..1ec301b32 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -59,7 +59,7 @@ android:imeSubtypeLocale="es" android:imeSubtypeMode="keyboard" /> - <subtype android:icon="@drawable/ic_subtype_keyboard" + <subtype android:icon="@drawable/ic_subtype_keyboard_es_us" android:label="@string/subtype_mode_es_US_keyboard" android:imeSubtypeLocale="es_US" android:imeSubtypeMode="keyboard" @@ -69,7 +69,7 @@ android:imeSubtypeLocale="fr" android:imeSubtypeMode="keyboard" /> - <subtype android:icon="@drawable/ic_subtype_keyboard" + <subtype android:icon="@drawable/ic_subtype_keyboard_fr_ca" android:label="@string/subtype_mode_fr_CA_keyboard" android:imeSubtypeLocale="fr_CA" android:imeSubtypeMode="keyboard" |