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="7.375%p" 28 > 29 <Key 30 latin:keyStyle="tabKeyStyle" 31 latin:keyLabelOption="alignLeft" 32 latin:keyWidth="7.500%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="y" 50 latin:moreKeys="@string/more_keys_for_y" /> 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:keyLabel="" /> 65 <Key 66 latin:keyStyle="deleteKeyStyle" 67 latin:keyXPos="-11.500%p" 68 latin:keyWidth="fillBoth" /> 69 </Row> 70 <Row 71 latin:keyWidth="7.375%p" 72 > 73 <Key 74 latin:keyStyle="toSymbolKeyStyle" 75 latin:keyLabelOption="alignLeft" 76 latin:keyWidth="9.375%p" /> 77 <Key 78 latin:keyLabel="a" 79 latin:moreKeys="@string/more_keys_for_a" /> 80 <Key 81 latin:keyLabel="s" 82 latin:moreKeys="@string/more_keys_for_s" /> 83 <Key 84 latin:keyLabel="d" 85 latin:moreKeys="@string/more_keys_for_d" /> 86 <Key 87 latin:keyLabel="f" /> 88 <Key 89 latin:keyLabel="g" 90 latin:moreKeys="@string/more_keys_for_g" /> 91 <Key 92 latin:keyLabel="h" /> 93 <Key 94 latin:keyLabel="j" /> 95 <Key 96 latin:keyLabel="k" 97 latin:moreKeys="@string/more_keys_for_k" /> 98 <Key 99 latin:keyLabel="l" 100 latin:moreKeys="@string/more_keys_for_l" /> 101 <Key 102 latin:keyLabel="@string/keylabel_for_scandinavia_row2_10" 103 latin:moreKeys="@string/more_keys_for_scandinavia_row2_10" /> 104 <Key 105 latin:keyLabel="@string/keylabel_for_scandinavia_row2_11" 106 latin:moreKeys="@string/more_keys_for_scandinavia_row2_11" /> 107 <Key 108 latin:keyStyle="returnKeyStyle" 109 latin:keyXPos="-9.375%p" 110 latin:keyWidth="fillBoth" /> 111 </Row> 112 <Row 113 latin:keyWidth="7.375%p" 114 > 115 <Key 116 latin:keyStyle="shiftKeyStyle" 117 latin:keyWidth="12.750%p" /> 118 <Key 119 latin:keyLabel="z" 120 latin:moreKeys="@string/more_keys_for_z" /> 121 <Key 122 latin:keyLabel="x" /> 123 <Key 124 latin:keyLabel="c" 125 latin:moreKeys="@string/more_keys_for_c" /> 126 <Key 127 latin:keyLabel="v" 128 latin:moreKeys="@string/more_keys_for_v" /> 129 <Key 130 latin:keyLabel="b" /> 131 <Key 132 latin:keyLabel="n" 133 latin:moreKeys="@string/more_keys_for_n" /> 134 <Key 135 latin:keyLabel="m" /> 136 <include 137 latin:keyboardLayout="@xml/kbd_row3_comma_period" /> 138 <Key 139 latin:keyStyle="shiftKeyStyle" 140 latin:keyXPos="-12.750%p" 141 latin:keyWidth="fillRight" /> 142 </Row> 143 <include 144 latin:keyboardLayout="@xml/kbd_qwerty_row4" /> 145 </merge> 146