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="10%p" 28 > 29 <Key 30 latin:keyLabel="" 31 latin:keyXPos="5%p" /> 32 <Key 33 latin:keyLabel="" /> 34 <Key 35 latin:keyLabel="" /> 36 <Key 37 latin:keyLabel="" /> 38 <Key 39 latin:keyLabel="" /> 40 <Key 41 latin:keyLabel="" /> 42 <Key 43 latin:keyLabel="" /> 44 <Key 45 latin:keyLabel="" /> 46 <Key 47 latin:keyStyle="deleteKeyStyle" 48 latin:keyWidth="fillRight" 49 latin:visualInsetsLeft="1%p" /> 50 </Row> 51 <Row 52 latin:keyWidth="10%p" 53 > 54 <Key 55 latin:keyLabel="" /> 56 <Key 57 latin:keyLabel="" /> 58 <Key 59 latin:keyLabel="" 60 latin:moreKeys="" /> 61 <Key 62 latin:keyLabel="" /> 63 <Key 64 latin:keyLabel="" /> 65 <Key 66 latin:keyLabel="" 67 latin:moreKeys="" /> 68 <Key 69 latin:keyLabel="" 70 latin:moreKeys="" /> 71 <Key 72 latin:keyLabel="" /> 73 <Key 74 latin:keyLabel="" /> 75 <Key 76 latin:keyLabel="" 77 latin:keyWidth="fillRight" /> 78 </Row> 79 <Row 80 latin:keyWidth="10%p" 81 > 82 <Key 83 latin:keyLabel="" 84 latin:moreKeys="" 85 latin:keyXPos="5%p" /> 86 <Key 87 latin:keyLabel="" /> 88 <Key 89 latin:keyLabel="" /> 90 <Key 91 latin:keyLabel="" /> 92 <Key 93 latin:keyLabel="" /> 94 <Key 95 latin:keyLabel="" /> 96 <Key 97 latin:keyLabel="" 98 latin:moreKeys="" /> 99 <Key 100 latin:keyLabel="" 101 latin:moreKeys="" /> 102 <Key 103 latin:keyLabel="" 104 latin:moreKeys="" /> 105 <!-- Here is 5%p space --> 106 </Row> 107 <include 108 latin:keyboardLayout="@xml/kbd_qwerty_row4" /> 109 </merge> 110