diff options
author | 2014-02-14 11:01:38 +0900 | |
---|---|---|
committer | 2014-02-14 16:27:26 +0900 | |
commit | e422c94634da4d0e61a9106addebf06cbcf70c2e (patch) | |
tree | 808bddf9c084b32c1aaccbc1394166200fb24aa1 /java/res/xml-sw600dp | |
parent | d4469756beca3b890fa52ff21aefa0559b0c38ac (diff) | |
download | latinime-e422c94634da4d0e61a9106addebf06cbcf70c2e.tar.gz latinime-e422c94634da4d0e61a9106addebf06cbcf70c2e.tar.xz latinime-e422c94634da4d0e61a9106addebf06cbcf70c2e.zip |
Fix test resource declarations and parsing a bit
Change-Id: I882a41b2934c48f4405f1ea5bf4d6ad41e87322c
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 6a79c6fc2..aa64f85b3 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -161,7 +161,7 @@ latin:parentStyle="baseForLayoutSwitchKeyStyle" /> <key-style latin:styleName="comKeyStyle" - latin:keySpec="!text/keylabel_for_popular_domain|!text/keylabel_for_popular_domain" + latin:keySpec="!text/keylabel_for_popular_domain" latin:keyLabelFlags="autoXScale|fontNormal|hasPopupHint|preserveCase" latin:moreKeys="!text/more_keys_for_popular_domain" /> </merge> |