aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_common.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-20 08:39:11 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-20 15:48:30 +0900
commit6bfd5f631908c4afd893c9b25b353e5e16c5fc0c (patch)
tree9dc066fff7aa501872f201fd31e337772eeb0f79 /java/res/xml/key_styles_common.xml
parentcf41aff251ecc94b729307ede05208a104fcd8b0 (diff)
downloadlatinime-6bfd5f631908c4afd893c9b25b353e5e16c5fc0c.tar.gz
latinime-6bfd5f631908c4afd893c9b25b353e5e16c5fc0c.tar.xz
latinime-6bfd5f631908c4afd893c9b25b353e5e16c5fc0c.zip
Fix confusable "label" usage, use "text" instead
* Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r--java/res/xml/key_styles_common.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml
index 35abb4fba..4341b7903 100644
--- a/java/res/xml/key_styles_common.xml
+++ b/java/res/xml/key_styles_common.xml
@@ -35,7 +35,7 @@
<key-style
latin:styleName="f1MoreKeysStyle"
latin:keyLabelFlags="hasPopupHint"
- latin:moreKeys="!label/settings_as_more_key"
+ latin:moreKeys="!text/settings_as_more_key"
latin:backgroundType="functional" />
</default>
</switch>
@@ -98,7 +98,7 @@
latin:keyLabel=":-)"
latin:keyOutputText=":-) "
latin:keyLabelFlags="hasPopupHint"
- latin:moreKeys="!label/more_keys_for_smiley"
+ latin:moreKeys="!text/more_keys_for_smiley"
latin:backgroundType="functional" />
</case>
</switch>
@@ -157,7 +157,7 @@
latin:styleName="toSymbolKeyStyle"
latin:code="!code/key_switch_alpha_symbol"
latin:keyIcon="!icon/shortcut_for_label"
- latin:keyLabel="!label/label_to_symbol_with_microphone_key"
+ latin:keyLabel="!text/label_to_symbol_with_microphone_key"
latin:keyLabelFlags="withIconRight"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
@@ -166,7 +166,7 @@
<key-style
latin:styleName="toSymbolKeyStyle"
latin:code="!code/key_switch_alpha_symbol"
- latin:keyLabel="!label/label_to_symbol_key"
+ latin:keyLabel="!text/label_to_symbol_key"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
</default>
@@ -174,27 +174,27 @@
<key-style
latin:styleName="toAlphaKeyStyle"
latin:code="!code/key_switch_alpha_symbol"
- latin:keyLabel="!label/label_to_alpha_key"
+ latin:keyLabel="!text/label_to_alpha_key"
latin:keyLabelFlags="preserveCase"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
<key-style
latin:styleName="toMoreSymbolKeyStyle"
latin:code="!code/key_shift"
- latin:keyLabel="!label/label_to_more_symbol_key"
+ latin:keyLabel="!text/label_to_more_symbol_key"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
<key-style
latin:styleName="backFromMoreSymbolKeyStyle"
latin:code="!code/key_shift"
- latin:keyLabel="!label/label_to_symbol_key"
+ latin:keyLabel="!text/label_to_symbol_key"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
<key-style
latin:styleName="punctuationKeyStyle"
latin:keyLabel="."
- latin:keyHintLabel="!label/keyhintlabel_for_punctuation"
+ latin:keyHintLabel="!text/keyhintlabel_for_punctuation"
latin:keyLabelFlags="hasPopupHint"
- latin:moreKeys="!label/more_keys_for_punctuation"
+ latin:moreKeys="!text/more_keys_for_punctuation"
latin:backgroundType="functional" />
</merge>