1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2012, 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 <Row> 25 <Key 26 latin:keyStyle="numTabKeyStyle" 27 latin:keyLabelFlags="alignLeft" 28 latin:keyWidth="11.172%p" /> 29 <Key 30 latin:keyStyle="num1KeyStyle" 31 latin:keyXPos="32.076%p" /> 32 <Key 33 latin:keyStyle="num2KeyStyle" /> 34 <Key 35 latin:keyStyle="num3KeyStyle" /> 36 <Key 37 latin:keyStyle="deleteKeyStyle" 38 latin:keyXPos="-11.172%p" 39 latin:keyWidth="fillRight" /> 40 </Row> 41 <Row> 42 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> 43 <Spacer 44 latin:keyWidth="32.076%p" /> 45 <Key 46 latin:keyStyle="num4KeyStyle" /> 47 <Key 48 latin:keyStyle="num5KeyStyle" /> 49 <Key 50 latin:keyStyle="num6KeyStyle" /> 51 <Key 52 latin:keyStyle="enterKeyStyle" 53 latin:keyXPos="-11.172%p" 54 latin:keyWidth="fillRight" /> 55 </Row> 56 <Row> 57 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> 58 <Spacer 59 latin:keyWidth="32.076%p" /> 60 <Key 61 latin:keyStyle="num7KeyStyle" /> 62 <Key 63 latin:keyStyle="num8KeyStyle" /> 64 <Key 65 latin:keyStyle="num9KeyStyle" /> 66 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> 67 <Spacer /> 68 </Row> 69 <Row> 70 <include 71 latin:keyboardLayout="@xml/key_settings" 72 latin:keyWidth="8.047%p" /> 73 <Key 74 latin:keyXPos="45.326%p" 75 latin:keyStyle="num0KeyStyle" /> 76 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> 77 <Spacer /> 78 </Row> 79 </merge> 80