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     <include
     27         latin:keyboardLayout="@xml/kbd_currency_key_styles" />
     28     <Row
     29         latin:keyWidth="9.0%p"
     30     >
     31         <Key
     32             latin:keyLabel="~" />
     33         <Key
     34             latin:keyLabel="`" />
     35         <Key
     36             latin:keyLabel="|" />
     37         <Key
     38             latin:keyLabel=""
     39             latin:moreKeys="@string/more_keys_for_bullet" />
     40         <Key
     41             latin:keyLabel="" />
     42         <Key
     43             latin:keyLabel=""
     44             latin:moreKeys="" />
     45         <Key
     46             latin:keyLabel="" />
     47         <Key
     48             latin:keyLabel="" />
     49         <Key
     50             latin:keyLabel=""
     51             latin:moreKeys="" />
     52         <Key
     53             latin:keyLabel="" />
     54         <Key
     55             latin:keyStyle="deleteKeyStyle"
     56             latin:keyXPos="-10.0%p"
     57             latin:keyWidth="fillBoth" />
     58     </Row>
     59     <Row
     60         latin:keyWidth="9.0%p"
     61     >
     62         <Key
     63             latin:keyLabel=""
     64             latin:keyXPos="4.5%p" />
     65         <Key
     66             latin:keyStyle="moreCurrency1KeyStyle" />
     67         <Key
     68             latin:keyStyle="moreCurrency2KeyStyle" />
     69         <Key
     70             latin:keyStyle="moreCurrency3KeyStyle" />
     71         <Key
     72             latin:keyLabel="^"
     73             latin:moreKeys=",,," />
     74         <Key
     75             latin:keyLabel=""
     76             latin:moreKeys="," />
     77         <Key
     78             latin:keyLabel=""
     79             latin:moreKeys="" />
     80         <Key
     81             latin:keyLabel="{" />
     82         <Key
     83             latin:keyLabel="}" />
     84         <Key
     85             latin:keyStyle="returnKeyStyle"
     86             latin:keyXPos="-14.6%p"
     87             latin:keyWidth="fillBoth" />
     88     </Row>
     89     <Row
     90         latin:keyWidth="8.9%p"
     91     >
     92         <Key
     93             latin:keyStyle="backFromMoreSymbolKeyStyle"
     94             latin:keyWidth="10.0%p" />
     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         <Key
    112             latin:keyLabel="" />
    113     </Row>
    114     <Row
    115         latin:keyWidth="8.9%p"
    116     >
    117         <Key
    118             latin:keyStyle="toAlphaKeyStyle"
    119             latin:keyWidth="13.0%p" />
    120         <Key
    121             latin:keyStyle="tabKeyStyle" />
    122         <Key
    123             latin:keyStyle="spaceKeyStyle"
    124             latin:keyXPos="30.750%p"
    125             latin:keyWidth="39.750%p" />
    126         <Spacer
    127             latin:keyXPos="-10.00%p"
    128             latin:keyWidth="0%p" />
    129         <include
    130             latin:keyboardLayout="@xml/kbd_qwerty_f2" />
    131     </Row>
    132 </merge>
    133