diff options
author | 2013-08-26 12:08:08 +0900 | |
---|---|---|
committer | 2013-08-26 12:08:08 +0900 | |
commit | 59f49b38618fc5efd8e00b2511246834b3859a19 (patch) | |
tree | 30e2cbb64fa99cebabca81d6d4c193ccabc8e833 /java/res/xml/key_styles_common.xml | |
parent | 73c2948113e27cf3945033049f098a1f5b060338 (diff) | |
download | latinime-59f49b38618fc5efd8e00b2511246834b3859a19.tar.gz latinime-59f49b38618fc5efd8e00b2511246834b3859a19.tar.xz latinime-59f49b38618fc5efd8e00b2511246834b3859a19.zip |
Remove symbols shifted related unused texts and styles
This is a follow up of I7fe6520e4e.
Bug: 9059539
Change-Id: I1b2cdc4f6ae2f59fabc75c38f43e2b2512b08721
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index 355455e3b..dabe1e7eb 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -179,15 +179,6 @@ latin:keyLabel="!text/label_to_alpha_key" latin:parentStyle="baseForLayoutSwitchKeyStyle" /> <key-style - latin:styleName="toMoreSymbolKeyStyle" - latin:code="!code/key_shift" - latin:keyLabel="!text/label_to_more_symbol_key" - latin:parentStyle="baseForLayoutSwitchKeyStyle" /> - <key-style - latin:styleName="backFromMoreSymbolKeyStyle" - latin:code="!code/key_shift" - latin:parentStyle="baseForToSymbolKeyStyle" /> - <key-style latin:styleName="punctuationKeyStyle" latin:keyLabel="." latin:keyLabelFlags="hasPopupHint" |