Fix subtype icons in method.xml

Change-Id: I1b157254483446e86d577cdc010b92761754dbb7
main
Tadashi G. Takaoka 2010-12-01 11:09:53 +09:00
parent 842b3d4115
commit 6b1e5fd260
1 changed files with 2 additions and 2 deletions

View File

@ -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"