aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-09-19 01:36:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-19 01:36:00 -0700
commite8f72205c71e69b774a6bfd0396b050a5e03c48c (patch)
tree762ad1457f9bd95ddbca2e057a90fa8f793e5d1e /java
parent46dc1ccf42628c380320193fb3cec93a00002ad2 (diff)
parent80f934af540178b1d1581306b401d8b1cbe9698f (diff)
downloadlatinime-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.xml7
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>