Home | History | Annotate | Download | only in xml-sw768dp
      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="7.125%p"
     28     >
     29         <Key
     30             latin:keyStyle="tabKeyStyle"
     31             latin:keyLabelOption="alignLeft" />
     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:keyLabel="" />
     54         <Key
     55             latin:keyLabel="" />
     56         <Key
     57             latin:keyLabel=""
     58             latin:keyWidth="fillRight" />
     59     </Row>
     60     <Row
     61         latin:keyWidth="7.250%p"
     62     >
     63         <Key
     64             latin:keyStyle="toSymbolKeyStyle"
     65             latin:keyLabelOption="alignLeft"
     66             latin:keyWidth="11.172%p" />
     67         <Key
     68             latin:keyLabel="" />
     69         <Key
     70             latin:keyLabel="" />
     71         <Key
     72             latin:keyLabel="" />
     73         <Key
     74             latin:keyLabel="" />
     75         <Key
     76             latin:keyLabel="" />
     77         <Key
     78             latin:keyLabel="" />
     79         <Key
     80             latin:keyLabel="" />
     81         <Key
     82             latin:keyLabel="" />
     83         <Key
     84             latin:keyLabel="" />
     85         <Key
     86             latin:keyLabel="" />
     87         <Key
     88             latin:keyLabel="" />
     89         <Key
     90             latin:keyStyle="deleteKeyStyle"
     91             latin:keyXPos="-9.219%p"
     92             latin:keyWidth="fillBoth" />
     93     </Row>
     94     <Row
     95         latin:keyWidth="7.250%p"
     96     >
     97         <Key
     98             latin:keyStyle="shiftKeyStyle"
     99             latin:keyWidth="13.829%p" />
    100         <Key
    101             latin:keyLabel="" />
    102         <Key
    103             latin:keyLabel="" />
    104         <Key
    105             latin:keyLabel="" />
    106         <Key
    107             latin:keyLabel="" />
    108         <Key
    109             latin:keyLabel="" />
    110         <Key
    111             latin:keyLabel="" />
    112         <Key
    113             latin:keyLabel="" />
    114         <include
    115             latin:keyboardLayout="@xml/kbd_row3_comma_period" />
    116         <Key
    117             latin:keyStyle="returnKeyStyle"
    118             latin:keyXPos="-13.750%p"
    119             latin:keyWidth="fillRight" />
    120     </Row>
    121     <include
    122         latin:keyboardLayout="@xml/kbd_qwerty_row4" />
    123 </merge>
    124