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             latin:moreKeys="@string/more_keys_for_cyrillic_e" />
     43         <Key
     44             latin:keyLabel="" />
     45         <Key
     46             latin:keyLabel="" />
     47         <Key
     48             latin:keyLabel="" />
     49         <Key
     50             latin:keyLabel="" />
     51         <Key
     52             latin:keyLabel="" />
     53         <Key
     54             latin:keyLabel="" />
     55         <Key
     56             latin:keyLabel="" />
     57         <Key
     58             latin:keyStyle="deleteKeyStyle"
     59             latin:keyWidth="fillBoth" />
     60     </Row>
     61     <Row
     62         latin:keyWidth="7.125%p"
     63     >
     64         <Key
     65             latin:keyStyle="toSymbolKeyStyle"
     66             latin:keyLabelOption="alignLeft"
     67             latin:keyWidth="9.375%p" />
     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:keyLabel="" />
     84         <Key
     85             latin:keyLabel="" />
     86         <Key
     87             latin:keyLabel="" />
     88         <Key
     89             latin:keyLabel="" />
     90         <Key
     91             latin:keyStyle="returnKeyStyle"
     92             latin:keyXPos="-9.375%p"
     93             latin:keyWidth="fillBoth" />
     94     </Row>
     95     <Row
     96         latin:keyWidth="7.125%p"
     97     >
     98         <Key
     99             latin:keyStyle="shiftKeyStyle"
    100             latin:keyWidth="12.750%p" />
    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         <Key
    112             latin:keyLabel="" />
    113         <Key
    114             latin:keyLabel="" />
    115         <Key
    116             latin:keyLabel="" />
    117         <Key
    118             latin:keyLabel="" />
    119         <include
    120             latin:keyboardLayout="@xml/kbd_row3_comma_period" />
    121         <Key
    122             latin:keyStyle="shiftKeyStyle"
    123             latin:keyWidth="fillBoth" />
    124     </Row>
    125     <include
    126         latin:keyboardLayout="@xml/kbd_qwerty_row4" />
    127 </merge>
    128