1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2011, 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 <include 34 latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" /> 35 <Key 36 latin:keyLabel="" /> 37 <Key 38 latin:keyLabel="" /> 39 <Key 40 latin:keyLabel="" /> 41 <Key 42 latin:keyLabel="" /> 43 <Key 44 latin:keyLabel="" /> 45 <Key 46 latin:keyLabel="" /> 47 <Key 48 latin:keyLabel="" /> 49 <Key 50 latin:keyLabel="" /> 51 <Key 52 latin:keyStyle="deleteKeyStyle" 53 latin:keyXPos="-12.000%p" 54 latin:keyWidth="fillBoth" /> 55 </Row> 56 <Row 57 latin:keyWidth="8.125%p" 58 > 59 <Key 60 latin:keyStyle="toSymbolKeyStyle" 61 latin:keyLabelOption="alignLeft" 62 latin:keyWidth="11.172%p" /> 63 <Key 64 latin:keyLabel="" /> 65 <Key 66 latin:keyLabel="" /> 67 <Key 68 latin:keyLabel="" 69 latin:moreKeys="" /> 70 <Key 71 latin:keyLabel="" /> 72 <Key 73 latin:keyLabel="" /> 74 <Key 75 latin:keyLabel="" 76 latin:moreKeys="" /> 77 <Key 78 latin:keyLabel="" 79 latin:moreKeys="" /> 80 <Key 81 latin:keyLabel="" /> 82 <Key 83 latin:keyLabel="" /> 84 <Key 85 latin:keyLabel="" /> 86 </Row> 87 <Row 88 latin:keyWidth="8.047%p" 89 > 90 <Key 91 latin:keyLabel="" 92 latin:moreKeys="" 93 latin:keyXPos="13.829%p" /> 94 <Key 95 latin:keyLabel="" /> 96 <Key 97 latin:keyLabel="" /> 98 <Key 99 latin:keyLabel="" /> 100 <Key 101 latin:keyLabel="" /> 102 <Key 103 latin:keyLabel="" /> 104 <Key 105 latin:keyLabel="" 106 latin:moreKeys="" /> 107 <Key 108 latin:keyLabel="" 109 latin:moreKeys="" /> 110 <Key 111 latin:keyLabel="" 112 latin:moreKeys="" /> 113 <Key 114 latin:keyStyle="returnKeyStyle" 115 latin:keyXPos="-10.400%p" 116 latin:keyWidth="fillBoth" /> 117 </Row> 118 <include 119 latin:keyboardLayout="@xml/kbd_qwerty_row4" /> 120 </merge> 121