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/key_styles_common" />
     26     <include
     27         latin:keyboardLayout="@xml/key_styles_number" />
     28     <Row>
     29         <Key
     30             latin:keySpec="-"
     31             latin:keyStyle="numSymbolKeyStyle"
     32             latin:keyWidth="10%p"
     33             latin:backgroundType="functional" />
     34         <Key
     35             latin:keySpec="+"
     36             latin:keyStyle="numSymbolKeyStyle"
     37             latin:keyWidth="10%p"
     38             latin:backgroundType="functional" />
     39         <Key
     40             latin:keySpec="!string/label_pause_key|,"
     41             latin:keyLabelFlags="followKeyLabelRatio|autoXScale"
     42             latin:keyStyle="numSymbolKeyStyle"
     43             latin:keyWidth="10%p"
     44             latin:backgroundType="functional" />
     45         <Key
     46             latin:keyStyle="num1KeyStyle"
     47             latin:keyXPos="31%p" />
     48         <Key
     49             latin:keyStyle="num2KeyStyle" />
     50         <Key
     51             latin:keyStyle="num3KeyStyle" />
     52         <Key
     53             latin:keyStyle="deleteKeyStyle"
     54             latin:keyXPos="-14%p"
     55             latin:keyWidth="fillRight" />
     56     </Row>
     57     <Row>
     58         <Key
     59             latin:keySpec=","
     60             latin:keyStyle="numSymbolKeyStyle"
     61             latin:keyWidth="10%p"
     62             latin:backgroundType="functional" />
     63         <Key
     64             latin:keySpec="."
     65             latin:keyStyle="numSymbolKeyStyle"
     66             latin:keyWidth="10%p"
     67             latin:backgroundType="functional" />
     68         <Key
     69             latin:keySpec="!string/label_wait_key|;"
     70             latin:keyLabelFlags="followKeyLabelRatio|autoXScale"
     71             latin:keyStyle="numSymbolKeyStyle"
     72             latin:keyWidth="10%p"
     73             latin:backgroundType="functional" />
     74         <Key
     75             latin:keyStyle="num4KeyStyle"
     76             latin:keyXPos="31%p" />
     77         <Key
     78             latin:keyStyle="num5KeyStyle" />
     79         <Key
     80             latin:keyStyle="num6KeyStyle" />
     81         <Key
     82             latin:keyStyle="enterKeyStyle"
     83             latin:keyXPos="-14%p"
     84             latin:keyWidth="fillRight" />
     85     </Row>
     86     <Row>
     87         <Key
     88             latin:keySpec="("
     89             latin:keyStyle="numSymbolKeyStyle"
     90             latin:keyWidth="10%p"
     91             latin:backgroundType="functional" />
     92         <Key
     93             latin:keySpec=")"
     94             latin:keyStyle="numSymbolKeyStyle"
     95             latin:keyWidth="10%p"
     96             latin:backgroundType="functional" />
     97         <Key
     98             latin:keySpec="N"
     99             latin:keyStyle="numSymbolKeyStyle"
    100             latin:keyWidth="10%p"
    101             latin:backgroundType="functional" />
    102         <Key
    103             latin:keyStyle="num7KeyStyle"
    104             latin:keyXPos="31%p" />
    105         <Key
    106             latin:keyStyle="num8KeyStyle" />
    107         <Key
    108             latin:keyStyle="num9KeyStyle" />
    109         <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
    110         <Spacer />
    111     </Row>
    112     <Row>
    113         <Key
    114             latin:keyStyle="tabletNumSpaceKeyStyle"
    115             latin:keyWidth="30%p" />
    116         <!-- U+FF0A: "" FULLWIDTH ASTERISK -->
    117         <Key
    118             latin:keySpec="&#xFF0A;|*"
    119             latin:keyStyle="numSymbolKeyStyle"
    120             latin:keyXPos="31%p" />
    121         <Key
    122             latin:keyStyle="num0KeyStyle"
    123             latin:keyHintLabel="+" />
    124         <Key
    125             latin:keySpec="\#"
    126             latin:keyStyle="numSymbolKeyStyle" />
    127     </Row>
    128 </merge>
    129