diff options
author | 2014-02-05 18:26:14 +0900 | |
---|---|---|
committer | 2014-02-06 16:42:57 +0900 | |
commit | d6f147e14293d717e94ae30f1f33750adec6b9c5 (patch) | |
tree | 5ea54b24b97c645c05ee75f4eadf334ea9b1f271 /java/res/xml/key_styles_common.xml | |
parent | 6193217f5c850bcfa393e18bbf3dc6e34f4cc220 (diff) | |
download | latinime-d6f147e14293d717e94ae30f1f33750adec6b9c5.tar.gz latinime-d6f147e14293d717e94ae30f1f33750adec6b9c5.tar.xz latinime-d6f147e14293d717e94ae30f1f33750adec6b9c5.zip |
Consolidate keyOutputText with keyLabel attribute
Change-Id: I90ea2c9d5ce42fabc79599995a2fae1f5f652a6b
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index d538eb8c3..9c40d627a 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -184,9 +184,8 @@ latin:parentStyle="baseForToSymbolKeyStyle" /> <key-style latin:styleName="comKeyStyle" - latin:keyLabel="!text/keylabel_for_popular_domain" + latin:keyLabel="!text/keylabel_for_popular_domain|!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> |