commit | 55952c9868e5bdd61c7356f0ccf9168b36a4e9d6 | [log] [tgz] |
---|---|---|
author | Ken Wakasa <kwakasa@google.com> | Mon Oct 25 02:08:31 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Oct 25 02:08:31 2010 -0700 |
tree | 7a019220db838dcbb76e25979366ade7709e5c10 | |
parent | e767595da55720b25d51e314e91d861e31484b0f [diff] | |
parent | 0ce98cbf98c6409ac18fa341f467703d78352a4c [diff] |
Merge "Get rid of references to BaseKeyboard in Latin-specific classes"
diff --git a/java/res/drawable-hdpi/ic_subtype_keyboard.png b/java/res/drawable-hdpi/ic_subtype_keyboard.png index 7015e26..c772956 100644 --- a/java/res/drawable-hdpi/ic_subtype_keyboard.png +++ b/java/res/drawable-hdpi/ic_subtype_keyboard.png Binary files differ
diff --git a/java/res/drawable-mdpi/ic_subtype_keyboard.png b/java/res/drawable-mdpi/ic_subtype_keyboard.png index 0d7ebd4..9a5aada 100644 --- a/java/res/drawable-mdpi/ic_subtype_keyboard.png +++ b/java/res/drawable-mdpi/ic_subtype_keyboard.png Binary files differ
diff --git a/java/res/drawable/ic_sybtype_us_keyboard.png b/java/res/drawable/ic_sybtype_us_keyboard.png new file mode 100644 index 0000000..c81b22b --- /dev/null +++ b/java/res/drawable/ic_sybtype_us_keyboard.png Binary files differ
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index fab4bd7..e631418 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml
@@ -26,7 +26,7 @@ <input-method xmlns:android="http://schemas.android.com/apk/res/android" android:settingsActivity="com.android.inputmethod.latin.LatinIMESettings" android:isDefault="@bool/im_is_default"> - <subtype android:icon="@drawable/ic_subtype_keyboard" + <subtype android:icon="@drawable/ic_sybtype_us_keyboard" android:imeSubtypeLocale="cs" android:imeSubtypeMode="@string/subtype_mode_keyboard" />