1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2010, The Android Open Source Project 6 ** 7 ** Licensed under the Apache License, Version 2.0 (the "License"); 8 ** you may not use this file except in compliance with the License. 9 ** You may obtain a copy of the License at 10 ** 11 ** http://www.apache.org/licenses/LICENSE-2.0 12 ** 13 ** Unless required by applicable law or agreed to in writing, software 14 ** distributed under the License is distributed on an "AS IS" BASIS, 15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 ** See the License for the specific language governing permissions and 17 ** limitations under the License. 18 */ 19 --> 20 21 <merge 22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" 23 > 24 <include 25 latin:keyboardLayout="@xml/kbd_key_styles" /> 26 <Row 27 latin:keyWidth="8.282%p" 28 > 29 <Key 30 latin:keyStyle="tabKeyStyle" 31 latin:keyLabelOption="alignLeft" 32 latin:keyWidth="7.969%p" /> 33 <Key 34 latin:keyLabel="q" 35 latin:moreKeys="@string/more_keys_for_q" /> 36 <Key 37 latin:keyLabel="w" 38 latin:moreKeys="@string/more_keys_for_w" /> 39 <Key 40 latin:keyLabel="e" 41 latin:moreKeys="@string/more_keys_for_e" /> 42 <Key 43 latin:keyLabel="r" 44 latin:moreKeys="@string/more_keys_for_r" /> 45 <Key 46 latin:keyLabel="t" 47 latin:moreKeys="@string/more_keys_for_t" /> 48 <Key 49 latin:keyLabel="z" 50 latin:moreKeys="@string/more_keys_for_z" /> 51 <Key 52 latin:keyLabel="u" 53 latin:moreKeys="@string/more_keys_for_u" /> 54 <Key 55 latin:keyLabel="i" 56 latin:moreKeys="@string/more_keys_for_i" /> 57 <Key 58 latin:keyLabel="o" 59 latin:moreKeys="@string/more_keys_for_o" /> 60 <Key 61 latin:keyLabel="p" 62 latin:moreKeys="@string/more_keys_for_p" /> 63 <Key 64 latin:keyStyle="deleteKeyStyle" 65 latin:keyXPos="-9.219%p" 66 latin:keyWidth="fillBoth" /> 67 </Row> 68 <include 69 latin:keyboardLayout="@xml/kbd_qwerty_row2" /> 70 <Row 71 latin:keyWidth="8.047%p" 72 > 73 <Key 74 latin:keyStyle="shiftKeyStyle" 75 latin:keyWidth="13.829%p" /> 76 <Key 77 latin:keyLabel="y" 78 latin:moreKeys="@string/more_keys_for_y" /> 79 <Key 80 latin:keyLabel="x" /> 81 <Key 82 latin:keyLabel="c" 83 latin:moreKeys="@string/more_keys_for_c" /> 84 <Key 85 latin:keyLabel="v" 86 latin:moreKeys="@string/more_keys_for_v" /> 87 <Key 88 latin:keyLabel="b" /> 89 <Key 90 latin:keyLabel="n" 91 latin:moreKeys="@string/more_keys_for_n" /> 92 <Key 93 latin:keyLabel="m" /> 94 <switch> 95 <case 96 latin:mode="email" 97 > 98 <Key 99 latin:keyLabel="," /> 100 <Key 101 latin:keyLabel="." /> 102 </case> 103 <default> 104 <Key 105 latin:keyLabel="," 106 latin:keyLabelOption="hasUppercaseLetter" 107 latin:keyHintLabel="!" 108 latin:moreKeys="!" /> 109 <Key 110 latin:keyLabel="." 111 latin:keyLabelOption="hasUppercaseLetter" 112 latin:keyHintLabel="\?" 113 latin:moreKeys="\?" /> 114 </default> 115 </switch> 116 <Key 117 latin:keyStyle="shiftKeyStyle" 118 latin:keyXPos="-13.750%p" 119 latin:keyWidth="fillBoth" /> 120 </Row> 121 <include 122 latin:keyboardLayout="@xml/kbd_qwerty_row4" /> 123 </merge> 124