aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_number.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-09 17:48:32 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-10 11:53:58 +0900
commited3bac91f242850c6d1833a5f8981b9cc208c5dd (patch)
tree11cd16683efee2f835c71ba48e308569e3fed219 /java/res/xml/key_styles_number.xml
parenta601ef03db10089f942f119f316100fbb93ed5e9 (diff)
downloadlatinime-ed3bac91f242850c6d1833a5f8981b9cc208c5dd.tar.gz
latinime-ed3bac91f242850c6d1833a5f8981b9cc208c5dd.tar.xz
latinime-ed3bac91f242850c6d1833a5f8981b9cc208c5dd.zip
Introduce KeyboardCodesSet.java and remove keycodes.xml
Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8
Diffstat (limited to 'java/res/xml/key_styles_number.xml')
-rw-r--r--java/res/xml/key_styles_number.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/xml/key_styles_number.xml b/java/res/xml/key_styles_number.xml
index 1fc21694d..e1c5e5bca 100644
--- a/java/res/xml/key_styles_number.xml
+++ b/java/res/xml/key_styles_number.xml
@@ -99,12 +99,12 @@
<!-- Only for non-tablet device -->
<key-style
latin:styleName="numPhoneToSymbolKeyStyle"
- latin:code="@integer/key_switch_alpha_symbol"
+ latin:code="!code/key_switch_alpha_symbol"
latin:keyLabel="@string/label_to_phone_symbols_key"
latin:parentStyle="numModeKeyStyle" />
<key-style
latin:styleName="numPhoneToNumericKeyStyle"
- latin:code="@integer/key_switch_alpha_symbol"
+ latin:code="!code/key_switch_alpha_symbol"
latin:keyLabel="@string/label_to_phone_numeric_key"
latin:parentStyle="numModeKeyStyle" />
<!-- U+002C: "," COMMA -->
@@ -127,7 +127,7 @@
latin:parentStyle="tabKeyStyle" />
<key-style
latin:styleName="numSpaceKeyStyle"
- latin:code="@integer/key_space"
+ latin:code="!code/key_space"
latin:keyIcon="iconSpaceKeyForNumberLayout"
latin:keyActionFlags="enableLongPress"
latin:parentStyle="numKeyBaseStyle" />