diff options
author | 2012-04-20 17:05:40 +0900 | |
---|---|---|
committer | 2012-04-20 19:01:23 +0900 | |
commit | 3ee43dccd0956fb5e02854c7b7a731ac2e09a315 (patch) | |
tree | b9d97312ec8f30e0bcc63c0b9aaeb70c8480c4d3 /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 78173bdf535e38a4f9c3bcc8038151de86071728 (diff) | |
download | latinime-3ee43dccd0956fb5e02854c7b7a731ac2e09a315.tar.gz latinime-3ee43dccd0956fb5e02854c7b7a731ac2e09a315.tar.xz latinime-3ee43dccd0956fb5e02854c7b7a731ac2e09a315.zip |
Add language switch key to 7 inch tablet
Bug: 6370443
Change-Id: I4079c4b06de7abd677376094dab341f34aa2d234
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 54ec5483e..bf392a33c 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -101,6 +101,12 @@ latin:keyActionFlags="noKeyPreview|altCodeWhileTyping" latin:backgroundType="functional" /> <key-style + latin:styleName="languageSwitchKeyStyle" + latin:code="!code/key_language_switch" + latin:keyIcon="!icon/language_switch_key" + latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress" + latin:altCode="!code/key_space" /> + <key-style latin:styleName="settingsKeyStyle" latin:code="!code/key_settings" latin:keyIcon="!icon/settings_key" |