aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-24 22:07:13 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-24 22:07:13 +0900
commitb6bc851ce0da160ce2b3dec7bf2ba1dbc01f1eec (patch)
tree94a0f25403556220b4f13d7b1c7f31364e951e69
parentd694e354ae7cc6023a113a2f69ff9472dd3d2cd8 (diff)
downloadlatinime-b6bc851ce0da160ce2b3dec7bf2ba1dbc01f1eec.tar.gz
latinime-b6bc851ce0da160ce2b3dec7bf2ba1dbc01f1eec.tar.xz
latinime-b6bc851ce0da160ce2b3dec7bf2ba1dbc01f1eec.zip
Show emoji key both main and shift PC Qwerty keyboard
Bug: 13164305 Change-Id: I8efaa2690f5f5441f003fb0104705f0032fa49c7
-rw-r--r--java/res/xml/row_pcqwerty5.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/java/res/xml/row_pcqwerty5.xml b/java/res/xml/row_pcqwerty5.xml
index a72f38880..f6438ab0f 100644
--- a/java/res/xml/row_pcqwerty5.xml
+++ b/java/res/xml/row_pcqwerty5.xml
@@ -64,18 +64,8 @@
latin:keyStyle="defaultEnterKeyStyle"
latin:keySpec="!icon/enter_key|!code/key_enter"
latin:keyWidth="15.384%p" />
- <switch>
- <case
- latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
- >
- <Spacer />
- </case>
- <!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" -->
- <default>
- <Key
- latin:keyStyle="emojiKeyStyle"
- latin:keyWidth="fillRight" />
- </default>
- </switch>
+ <Key
+ latin:keyStyle="emojiKeyStyle"
+ latin:keyWidth="fillRight" />
</Row>
</merge>