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/key_styles_common" /> 26 <include 27 latin:keyboardLayout="@xml/key_styles_number" /> 28 <Row> 29 <Key 30 latin:keyStyle="numTabKeyStyle" 31 latin:keyLabelFlags="alignLeft" 32 latin:keyWidth="11.172%p" /> 33 <Key 34 latin:keyLabel="-" 35 latin:keyStyle="numKeyStyle" 36 latin:keyXPos="13.829%p" 37 latin:keyWidth="8.047%p" 38 latin:backgroundType="functional" /> 39 <Key 40 latin:keyLabel="+" 41 latin:keyStyle="numKeyStyle" 42 latin:keyWidth="8.047%p" 43 latin:backgroundType="functional" /> 44 <Key 45 latin:keyStyle="numPauseKeyStyle" 46 latin:keyWidth="8.047%p" 47 latin:backgroundType="functional" /> 48 <Key 49 latin:keyStyle="num1KeyStyle" 50 latin:keyXPos="43.125%p" /> 51 <Key 52 latin:keyStyle="num2KeyStyle" /> 53 <Key 54 latin:keyStyle="num3KeyStyle" /> 55 <Key 56 latin:keyStyle="deleteKeyStyle" 57 latin:keyXPos="-11.172%p" 58 latin:keyWidth="fillRight" /> 59 </Row> 60 <Row> 61 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> 62 <Spacer 63 latin:keyWidth="13.829%p" /> 64 <Key 65 latin:keyLabel="," 66 latin:keyStyle="numKeyStyle" 67 latin:keyXPos="13.829%p" 68 latin:keyWidth="8.047%p" 69 latin:backgroundType="functional" /> 70 <Key 71 latin:keyLabel="." 72 latin:keyStyle="numKeyStyle" 73 latin:keyWidth="8.047%p" 74 latin:backgroundType="functional" /> 75 <Key 76 latin:keyStyle="numWaitKeyStyle" 77 latin:keyWidth="8.047%p" 78 latin:backgroundType="functional" /> 79 <Key 80 latin:keyStyle="num4KeyStyle" 81 latin:keyXPos="43.125%p" /> 82 <Key 83 latin:keyStyle="num5KeyStyle" /> 84 <Key 85 latin:keyStyle="num6KeyStyle" /> 86 <Key 87 latin:keyStyle="enterKeyStyle" 88 latin:keyXPos="-11.172%p" 89 latin:keyWidth="fillRight" /> 90 </Row> 91 <Row> 92 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> 93 <Spacer 94 latin:keyWidth="13.829%p" /> 95 <Key 96 latin:keyLabel="(" 97 latin:keyStyle="numKeyStyle" 98 latin:keyWidth="8.047%p" 99 latin:backgroundType="functional" /> 100 <Key 101 latin:keyLabel=")" 102 latin:keyStyle="numKeyStyle" 103 latin:keyWidth="8.047%p" 104 latin:backgroundType="functional" /> 105 <Key 106 latin:keyLabel="N" 107 latin:keyStyle="numKeyStyle" 108 latin:keyWidth="8.047%p" 109 latin:backgroundType="functional" /> 110 <Key 111 latin:keyStyle="num7KeyStyle" 112 latin:keyXPos="43.125%p" /> 113 <Key 114 latin:keyStyle="num8KeyStyle" /> 115 <Key 116 latin:keyStyle="num9KeyStyle" /> 117 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> 118 <Spacer /> 119 </Row> 120 <Row> 121 <include 122 latin:keyboardLayout="@xml/key_settings" 123 latin:keyWidth="8.047%p" /> 124 <Key 125 latin:keyStyle="spaceKeyStyle" 126 latin:keyXPos="13.829%p" 127 latin:keyWidth="24.140%p" 128 latin:backgroundType="functional" /> 129 <Key 130 latin:keyStyle="numStarKeyStyle" 131 latin:keyXPos="43.125%p" /> 132 <Key 133 latin:keyStyle="num0KeyStyle" /> 134 <Key 135 latin:keyLabel="\#" 136 latin:keyStyle="numKeyStyle" /> 137 </Row> 138 </merge> 139