diff options
author | 2013-09-19 01:36:00 -0700 | |
---|---|---|
committer | 2013-09-19 01:36:00 -0700 | |
commit | e8f72205c71e69b774a6bfd0396b050a5e03c48c (patch) | |
tree | 762ad1457f9bd95ddbca2e057a90fa8f793e5d1e /java | |
parent | 46dc1ccf42628c380320193fb3cec93a00002ad2 (diff) | |
parent | 80f934af540178b1d1581306b401d8b1cbe9698f (diff) | |
download | latinime-e8f72205c71e69b774a6bfd0396b050a5e03c48c.tar.gz latinime-e8f72205c71e69b774a6bfd0396b050a5e03c48c.tar.xz latinime-e8f72205c71e69b774a6bfd0396b050a5e03c48c.zip |
am 80f934af: Add comKeyStyle
* commit '80f934af540178b1d1581306b401d8b1cbe9698f':
Add comKeyStyle
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index 6b3dc9a0d..67ed9620d 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -184,4 +184,11 @@ latin:keyLabelFlags="hasPopupHint" latin:moreKeys="!text/more_keys_for_punctuation" latin:backgroundType="functional" /> + <key-style + latin:styleName="comKeyStyle" + latin:keyLabel="!text/keylabel_for_popular_domain" + latin:keyLabelFlags="autoXScale|fontNormal|hasPopupHint|preserveCase" + latin:keyOutputText="!text/keylabel_for_popular_domain" + latin:moreKeys="!text/more_keys_for_popular_domain" + latin:backgroundType="functional" /> </merge> |