diff options
author | 2012-12-10 19:46:23 -0800 | |
---|---|---|
committer | 2012-12-13 17:44:40 +0900 | |
commit | 8eaf75aa7bfa471e17626b1741f63475353bf36b (patch) | |
tree | b2d37487ddd31f11b35451ce8e583dc79bbc2645 /java/res/xml-sw768dp | |
parent | ac3720ce6d5d9a0084c9275d0e0f3e846c5b27c6 (diff) | |
download | latinime-8eaf75aa7bfa471e17626b1741f63475353bf36b.tar.gz latinime-8eaf75aa7bfa471e17626b1741f63475353bf36b.tar.xz latinime-8eaf75aa7bfa471e17626b1741f63475353bf36b.zip |
Fix label of switch to symbols key when symbols has shortcut key
This change fixes the labels of switch to symbols key and switch back
from more symbols key when symbols layout has shortcut key.
Change-Id: I3fbbef2d929486d0f0542f4d89cb086d9f5bad82
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/key_styles_common.xml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml index 537e76800..4d10f5b60 100644 --- a/java/res/xml-sw768dp/key_styles_common.xml +++ b/java/res/xml-sw768dp/key_styles_common.xml @@ -144,33 +144,30 @@ </default> </switch> <key-style - latin:styleName="toSymbolKeyStyle" - latin:code="!code/key_switch_alpha_symbol" - latin:keyLabel="!text/label_to_symbol_key" + latin:styleName="baseForLayoutSwitchKeyStyle" latin:keyLabelFlags="fontNormal|preserveCase" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style + latin:styleName="toSymbolKeyStyle" + latin:code="!code/key_switch_alpha_symbol" + latin:keyLabel="!text/label_to_symbol_key" + latin:parentStyle="baseForLayoutSwitchKeyStyle" /> + <key-style latin:styleName="toAlphaKeyStyle" latin:code="!code/key_switch_alpha_symbol" latin:keyLabel="!text/label_to_alpha_key" - latin:keyLabelFlags="fontNormal|preserveCase" - latin:keyActionFlags="noKeyPreview" - latin:backgroundType="functional" /> + latin:parentStyle="baseForLayoutSwitchKeyStyle" /> <key-style latin:styleName="toMoreSymbolKeyStyle" latin:code="!code/key_shift" latin:keyLabel="!text/label_to_more_symbol_for_tablet_key" - latin:keyLabelFlags="fontNormal" - latin:keyActionFlags="noKeyPreview" - latin:backgroundType="functional" /> + latin:parentStyle="baseForLayoutSwitchKeyStyle" /> <key-style latin:styleName="backFromMoreSymbolKeyStyle" latin:code="!code/key_shift" latin:keyLabel="!text/label_to_symbol_key" - latin:keyLabelFlags="fontNormal" - latin:keyActionFlags="noKeyPreview" - latin:backgroundType="functional" /> + latin:parentStyle="baseForLayoutSwitchKeyStyle" /> <key-style latin:styleName="comKeyStyle" latin:keyLabel="!text/keylabel_for_popular_domain" |