Merge "Fix subtype icons in method.xml"

main
Tadashi G. Takaoka 2010-11-30 18:12:39 -08:00 committed by Android (Google) Code Review
commit 98cdfe643e
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"