aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp/row_pcqwerty5.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-19 17:26:17 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-03-19 19:37:27 +0900
commitbdd79917f0b229d92551a7ada15ef1bd7beaeb95 (patch)
tree107ac9e520f999cf97e6af25ad5190d78bdb4284 /java/res/xml-sw600dp/row_pcqwerty5.xml
parent0dabae720a83f9099667dea4de002007fdf35d60 (diff)
downloadlatinime-bdd79917f0b229d92551a7ada15ef1bd7beaeb95.tar.gz
latinime-bdd79917f0b229d92551a7ada15ef1bd7beaeb95.tar.xz
latinime-bdd79917f0b229d92551a7ada15ef1bd7beaeb95.zip
Fix PC Qwerty layout
This CL fixes: - Action label never displayed on phone. - Go action label incorrectly showed on tablet. - Broken layout on noMicrophoneKey+noSettingsKey input field. - "Voice input key" settings has no effect on phone. - Inconsistent microphone and emoji key layouts. - Slightly modified spacebar size when language switch key is on. - Slightly larger enter key on tablet. Bug: 13537661 Change-Id: I69a6ee7bc99e84b104a4d0352e1824096f6a4750
Diffstat (limited to 'java/res/xml-sw600dp/row_pcqwerty5.xml')
-rw-r--r--java/res/xml-sw600dp/row_pcqwerty5.xml39
1 files changed, 17 insertions, 22 deletions
diff --git a/java/res/xml-sw600dp/row_pcqwerty5.xml b/java/res/xml-sw600dp/row_pcqwerty5.xml
index b854f1051..52b581ae6 100644
--- a/java/res/xml-sw600dp/row_pcqwerty5.xml
+++ b/java/res/xml-sw600dp/row_pcqwerty5.xml
@@ -24,37 +24,32 @@
<Row
latin:keyWidth="7.0%p"
>
+ <include
+ latin:keyWidth="9.0%p"
+ latin:keyboardLayout="@xml/key_shortcut" />
<switch>
<case
latin:languageSwitchKeyEnabled="true"
>
<Key
latin:keyStyle="languageSwitchKeyStyle"
- latin:keyWidth="9.0%p"
- latin:backgroundType="functional" />
- </case>
- </switch>
- <Key
- latin:keyStyle="spaceKeyStyle"
- latin:keyXPos="25.5%p"
- latin:keyWidth="49.0%p" />
- <switch>
- <case
- latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
- >
- <include
- latin:keyXPos="-9.0%p"
- latin:keyWidth="9.0%p"
- latin:keyboardLayout="@xml/key_shortcut" />
+ latin:keyXPos="22.0%p"
+ latin:keyWidth="9.0%p" />
+ <Key
+ latin:keyStyle="spaceKeyStyle"
+ latin:keyWidth="40.0%p" />
</case>
- <!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" -->
<default>
- <include
- latin:keyXPos="-9.0%p"
- latin:keyWidth="9.0%p"
- latin:backgroundType="functional"
- latin:keyboardLayout="@xml/key_f2" />
+ <Key
+ latin:keyStyle="spaceKeyStyle"
+ latin:keyXPos="29.0%p"
+ latin:keyWidth="42.0%p" />
</default>
</switch>
+ <include
+ latin:keyXPos="-9.0%p"
+ latin:keyWidth="9.0%p"
+ latin:backgroundType="functional"
+ latin:keyboardLayout="@xml/key_f2" />
</Row>
</merge>