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 <Keyboard 22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" 23 latin:keyWidth="16.75%p" 24 > 25 <include 26 latin:keyboardLayout="@xml/kbd_key_styles" /> 27 <include 28 latin:keyboardLayout="@xml/kbd_numkey_styles" /> 29 <Row> 30 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> 31 <Spacer 32 latin:keyWidth="15.625%p" /> 33 <Key 34 latin:keyLabel="-" 35 latin:keyStyle="numKeyStyle" 36 latin:keyWidth="9.25%p" /> 37 <Key 38 latin:keyLabel="+" 39 latin:keyStyle="numKeyStyle" 40 latin:keyWidth="9.25%p" /> 41 <Key 42 latin:keyStyle="num1KeyStyle" 43 latin:keyXPos="38.867%p" /> 44 <Key 45 latin:keyStyle="num2KeyStyle" /> 46 <Key 47 latin:keyStyle="num3KeyStyle" /> 48 <Key 49 latin:keyStyle="deleteKeyStyle" 50 latin:keyXPos="-11.00%p" 51 latin:keyWidth="fillBoth" /> 52 </Row> 53 <Row> 54 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> 55 <Spacer 56 latin:keyWidth="15.625%p" /> 57 <Key 58 latin:keyLabel="," 59 latin:keyStyle="numKeyStyle" 60 latin:keyWidth="9.25%p" /> 61 <Key 62 latin:keyLabel="." 63 latin:keyStyle="numKeyStyle" 64 latin:keyWidth="9.25%p" /> 65 <Key 66 latin:keyStyle="num4KeyStyle" 67 latin:keyXPos="38.867%p" /> 68 <Key 69 latin:keyStyle="num5KeyStyle" /> 70 <Key 71 latin:keyStyle="num6KeyStyle" /> 72 <Key 73 latin:keyStyle="returnKeyStyle" 74 latin:keyXPos="-11.00%p" 75 latin:keyWidth="fillBoth" /> 76 </Row> 77 <Row> 78 <Key 79 latin:keyStyle="toMoreSymbolKeyStyle" 80 latin:keyWidth="11.0%p" /> 81 <Key 82 latin:keyLabel="(" 83 latin:keyStyle="numKeyStyle" 84 latin:keyXPos="15.625%p" 85 latin:keyWidth="9.25%p" /> 86 <Key 87 latin:keyLabel=")" 88 latin:keyStyle="numKeyStyle" 89 latin:keyWidth="9.25%p" /> 90 <Key 91 latin:keyStyle="num7KeyStyle" 92 latin:keyXPos="38.867%p" /> 93 <Key 94 latin:keyStyle="num8KeyStyle" /> 95 <Key 96 latin:keyStyle="num9KeyStyle" /> 97 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> 98 <Spacer 99 latin:keyWidth="0%p" /> 100 </Row> 101 <Row> 102 <Key 103 latin:keyStyle="tabKeyStyle" 104 latin:keyWidth="11.00%p" /> 105 <Key 106 latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle" 107 latin:keyXPos="15.625%p" 108 latin:keyWidth="18.50%p" /> 109 <Key 110 latin:keyStyle="numStarKeyStyle" 111 latin:keyXPos="38.867%p" /> 112 <Key 113 latin:keyStyle="num0KeyStyle" /> 114 <Key 115 latin:keyLabel="#" 116 latin:keyStyle="numKeyStyle" /> 117 <Spacer 118 latin:keyXPos="-11.00%p" 119 latin:keyWidth="0%p" /> 120 <include 121 latin:keyboardLayout="@xml/kbd_qwerty_f2" /> 122 </Row> 123 </Keyboard> 124