Home | History | Annotate | Download | only in xml-sw600dp
      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="8.0%p"
     28     >
     29         <Key
     30             latin:keyLabel=""
     31             latin:keyXPos="2.15%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:keyLabel="" />
     48         <Key
     49             latin:keyLabel="" />
     50         <Key
     51             latin:keyLabel="" />
     52         <Key
     53             latin:keyStyle="deleteKeyStyle"
     54             latin:keyXPos="-10.0%p"
     55             latin:keyWidth="fillBoth" />
     56     </Row>
     57     <Row
     58         latin:keyWidth="7.9%p"
     59     >
     60         <Key
     61             latin:keyLabel="" />
     62         <Key
     63             latin:keyLabel="" />
     64         <Key
     65             latin:keyLabel="" />
     66         <Key
     67             latin:keyLabel="" />
     68         <Key
     69             latin:keyLabel="" />
     70         <Key
     71             latin:keyLabel="" />
     72         <Key
     73             latin:keyLabel="" />
     74         <Key
     75             latin:keyLabel="" />
     76         <Key
     77             latin:keyLabel="" />
     78         <Key
     79             latin:keyLabel="" />
     80         <Key
     81             latin:keyLabel="" />
     82         <Key
     83             latin:keyStyle="returnKeyStyle"
     84             latin:keyXPos="-14.6%p"
     85             latin:keyWidth="fillBoth" />
     86     </Row>
     87     <Row
     88         latin:keyWidth="7.5%p"
     89     >
     90         <Key
     91             latin:keyStyle="shiftKeyStyle"
     92             latin:keyWidth="8.0%p" />
     93         <Key
     94             latin:keyLabel="" />
     95         <Key
     96             latin:keyLabel="" />
     97         <Key
     98             latin:keyLabel="" />
     99         <Key
    100             latin:keyLabel="" />
    101         <Key
    102             latin:keyLabel="" />
    103         <Key
    104             latin:keyLabel="" />
    105         <Key
    106             latin:keyLabel="" />
    107         <Key
    108             latin:keyLabel="" />
    109         <Key
    110             latin:keyLabel="" />
    111         <include
    112             latin:keyboardLayout="@xml/kbd_row3_comma_period" />
    113         <include
    114             latin:keyboardLayout="@xml/kbd_row3_smiley" />
    115     </Row>
    116     <include
    117         latin:keyboardLayout="@xml/kbd_qwerty_row4" />
    118 </merge>
    119