diff options
author | 2010-12-16 16:57:04 +0900 | |
---|---|---|
committer | 2010-12-16 16:58:00 +0900 | |
commit | 24e1f28f2527d72d03c6cf6f3b75acbee52a3eb8 (patch) | |
tree | cf1c8a80384e57ddb6681146731e23c4dcf9cf0d /java | |
parent | 160d2ec4454b2440eff6ed050b1bf31943e94f45 (diff) | |
download | latinime-24e1f28f2527d72d03c6cf6f3b75acbee52a3eb8.tar.gz latinime-24e1f28f2527d72d03c6cf6f3b75acbee52a3eb8.tar.xz latinime-24e1f28f2527d72d03c6cf6f3b75acbee52a3eb8.zip |
Changed Icon for a US English keyboard subtype temporary
Change-Id: I422b9a1c055177c35e4dd9564b408179cf82f21e
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index a38182197..482b35f4c 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -29,7 +29,7 @@ android:isDefault="@bool/im_is_default"> <!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default subtype.--> - <subtype android:icon="@drawable/ic_subtype_keyboard_en_us" + <subtype android:icon="@drawable/ic_subtype_keyboard_en_gb" android:label="@string/subtype_mode_en_US_keyboard" android:imeSubtypeLocale="en_US" android:imeSubtypeMode="keyboard" |