Home | History | Annotate | Download | only in xml
      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="9.091%p"
     28     >
     29         <Key
     30             latin:keyLabel=""
     31             latin:keyHintLabel="1"
     32             latin:moreKeys="1" />
     33         <Key
     34             latin:keyLabel=""
     35             latin:keyHintLabel="2"
     36             latin:moreKeys="2" />
     37         <Key
     38             latin:keyLabel=""
     39             latin:keyHintLabel="3"
     40             latin:moreKeys="3" />
     41         <Key
     42             latin:keyLabel=""
     43             latin:keyHintLabel="4"
     44             latin:moreKeys="4" />
     45         <Key
     46             latin:keyLabel=""
     47             latin:keyHintLabel="5"
     48             latin:moreKeys="@string/more_keys_for_cyrillic_e" />
     49         <Key
     50             latin:keyLabel=""
     51             latin:keyHintLabel="6"
     52             latin:moreKeys="6" />
     53         <Key
     54             latin:keyLabel=""
     55             latin:keyHintLabel="7"
     56             latin:moreKeys="7" />
     57         <Key
     58             latin:keyLabel=""
     59             latin:keyHintLabel="8"
     60             latin:moreKeys="8" />
     61         <Key
     62             latin:keyLabel=""
     63             latin:keyHintLabel="9"
     64             latin:moreKeys="9" />
     65         <Key
     66             latin:keyLabel=""
     67             latin:keyHintLabel="0"
     68             latin:moreKeys="0" />
     69         <Key
     70             latin:keyLabel=""
     71             latin:moreKeys="@string/more_keys_for_cyrillic_ha"
     72             latin:keyWidth="fillRight" />
     73     </Row>
     74     <Row
     75             latin:keyWidth="9.091%p"
     76     >
     77         <Key
     78             latin:keyLabel=""
     79             latin:keyWidth="8.75%p" />
     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:keyLabel="" />
     92         <Key
     93             latin:keyLabel="" />
     94         <Key
     95             latin:keyLabel="" />
     96         <Key
     97             latin:keyLabel="" />
     98         <Key
     99             latin:keyLabel=""
    100             latin:keyWidth="fillRight" />
    101     </Row>
    102     <Row
    103         latin:keyWidth="8.5%p"
    104     >
    105         <Key
    106             latin:keyStyle="shiftKeyStyle"
    107             latin:keyWidth="11.75%p" />
    108         <Key
    109             latin:keyLabel="" />
    110         <Key
    111             latin:keyLabel="" />
    112         <Key
    113             latin:keyLabel="" />
    114         <Key
    115             latin:keyLabel="" />
    116         <Key
    117             latin:keyLabel="" />
    118         <Key
    119             latin:keyLabel="" />
    120         <Key
    121             latin:keyLabel=""
    122             latin:moreKeys="@string/more_keys_for_cyrillic_soft_sign" />
    123         <Key
    124             latin:keyLabel="" />
    125         <Key
    126             latin:keyLabel="" />
    127         <Key
    128             latin:keyStyle="deleteKeyStyle"
    129             latin:keyWidth="fillRight" />
    130     </Row>
    131     <include
    132         latin:keyboardLayout="@xml/kbd_qwerty_row4" />
    133 </merge>
    134