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     <include
     27         latin:keyboardLayout="@xml/kbd_currency_key_styles" />
     28     <Row
     29         latin:keyWidth="8.282%p"
     30     >
     31         <Key
     32             latin:keyStyle="tabKeyStyle"
     33             latin:keyLabelOption="alignLeft"
     34             latin:keyWidth="7.969%p" />
     35         <Key
     36             latin:keyLabel="~" />
     37         <Key
     38             latin:keyLabel="`" />
     39         <Key
     40             latin:keyLabel="|" />
     41         <Key
     42             latin:keyLabel=""
     43             latin:moreKeys="@string/more_keys_for_bullet" />
     44         <Key
     45             latin:keyLabel="" />
     46         <Key
     47             latin:keyLabel=""
     48             latin:moreKeys="" />
     49         <Key
     50             latin:keyLabel="" />
     51         <Key
     52             latin:keyLabel="" />
     53         <Key
     54             latin:keyLabel=""
     55             latin:moreKeys="" />
     56         <Key
     57             latin:keyLabel="" />
     58         <Key
     59             latin:keyStyle="deleteKeyStyle"
     60             latin:keyXPos="-9.219%p"
     61             latin:keyWidth="fillBoth" />
     62     </Row>
     63     <Row
     64         latin:keyWidth="8.125%p"
     65     >
     66         <Key
     67             latin:keyStyle="toAlphaKeyStyle"
     68             latin:keyLabelOption="alignLeft"
     69             latin:keyWidth="11.172%p" />
     70         <Key
     71             latin:keyStyle="moreCurrency1KeyStyle" />
     72         <Key
     73             latin:keyStyle="moreCurrency2KeyStyle" />
     74         <Key
     75             latin:keyStyle="moreCurrency3KeyStyle" />
     76         <Key
     77             latin:keyStyle="moreCurrency4KeyStyle" />
     78         <Key
     79             latin:keyLabel="^"
     80             latin:moreKeys=",,," />
     81         <Key
     82             latin:keyLabel=""
     83             latin:moreKeys="," />
     84         <Key
     85             latin:keyLabel=""
     86             latin:moreKeys="" />
     87         <Key
     88             latin:keyLabel="{" />
     89         <Key
     90             latin:keyLabel="}" />
     91         <Key
     92             latin:keyStyle="returnKeyStyle"
     93             latin:keyXPos="-15.704%p"
     94             latin:keyWidth="fillBoth" />
     95     </Row>
     96     <Row
     97         latin:keyWidth="8.047%p"
     98     >
     99         <Key
    100             latin:keyStyle="backFromMoreSymbolKeyStyle"
    101             latin:keyWidth="13.829%p" />
    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         <Key
    115             latin:keyLabel="]" />
    116         <Key
    117             latin:keyLabel="" />
    118         <Key
    119             latin:keyLabel="" />
    120         <Key
    121             latin:keyStyle="backFromMoreSymbolKeyStyle"
    122             latin:keyXPos="-13.750%p"
    123             latin:keyWidth="fillBoth" />
    124     </Row>
    125     <Row
    126         latin:keyWidth="8.047%p"
    127     >
    128         <switch>
    129             <case latin:hasSettingsKey="true">
    130                 <Key
    131                     latin:keyStyle="settingsKeyStyle"
    132                     latin:keyWidth="8.047%p" />
    133             </case>
    134         </switch>
    135         <Key
    136             latin:keyStyle="spaceKeyStyle"
    137             latin:keyXPos="31.250%p"
    138             latin:keyWidth="37.500%p" />
    139         <switch>
    140             <case
    141                 latin:shortcutKeyEnabled="true"
    142             >
    143                 <Key
    144                     latin:keyStyle="shortcutKeyStyle"
    145                     latin:keyXPos="-8.047%p"
    146                     latin:keyWidth="fillRight" />
    147             </case>
    148         </switch>
    149     </Row>
    150 </merge>
    151