Home | History | Annotate | Download | only in xml
      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         <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
     26         <Spacer
     27             latin:keyWidth="10%p" />
     28         <Key
     29             latin:keyStyle="num1KeyStyle" />
     30         <Key
     31             latin:keyStyle="num2KeyStyle" />
     32         <Key
     33             latin:keyStyle="num3KeyStyle" />
     34         <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
     35         <Spacer
     36             latin:keyWidth="fillRight" />
     37     </Row>
     38     <Row>
     39         <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
     40         <Spacer
     41             latin:keyWidth="10%p" />
     42         <Key
     43             latin:keyStyle="num4KeyStyle" />
     44         <Key
     45             latin:keyStyle="num5KeyStyle" />
     46         <Key
     47             latin:keyStyle="num6KeyStyle" />
     48         <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
     49         <Spacer
     50             latin:keyWidth="fillRight" />
     51     </Row>
     52     <Row>
     53         <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
     54         <Spacer
     55             latin:keyWidth="10%p" />
     56         <Key
     57             latin:keyStyle="num7KeyStyle" />
     58         <Key
     59             latin:keyStyle="num8KeyStyle" />
     60         <Key
     61             latin:keyStyle="num9KeyStyle" />
     62         <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
     63         <Spacer
     64             latin:keyWidth="fillRight" />
     65     </Row>
     66     <Row>
     67         <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
     68         <Spacer
     69             latin:keyWidth="10%p" />
     70         <Key
     71             latin:keyStyle="deleteKeyStyle" />
     72         <Key
     73             latin:keyStyle="num0KeyStyle" />
     74         <Key
     75             latin:keyStyle="enterKeyStyle" />
     76         <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
     77         <Spacer
     78             latin:keyWidth="fillRight" />
     79     </Row>
     80 </merge>
     81