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     <Row
     27         latin:keyWidth="9.0%p"
     28     >
     29         <include
     30             latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
     31         <Key
     32             latin:keyLabel="" />
     33         <Key
     34             latin:keyLabel="" />
     35         <Key
     36             latin:keyLabel="" />
     37         <Key
     38             latin:keyLabel="" />
     39         <Key
     40             latin:keyLabel="" />
     41         <Key
     42             latin:keyLabel="" />
     43         <Key
     44             latin:keyLabel="" />
     45         <Key
     46             latin:keyLabel="" />
     47         <Key
     48             latin:keyStyle="deleteKeyStyle"
     49             latin:keyXPos="-12.000%p"
     50             latin:keyWidth="fillBoth" />
     51     </Row>
     52     <Row
     53         latin:keyWidth="9.0%p"
     54     >
     55         <Key
     56             latin:keyLabel=""
     57             latin:keyXPos="4.500%p" />
     58         <Key
     59             latin:keyLabel="" />
     60         <Key
     61             latin:keyLabel=""
     62             latin:moreKeys="" />
     63         <Key
     64             latin:keyLabel="" />
     65         <Key
     66             latin:keyLabel="" />
     67         <Key
     68             latin:keyLabel=""
     69             latin:moreKeys="" />
     70         <Key
     71             latin:keyLabel=""
     72             latin:moreKeys="" />
     73         <Key
     74             latin:keyLabel="" />
     75         <Key
     76             latin:keyLabel="" />
     77         <Key
     78             latin:keyLabel="" />
     79     </Row>
     80     <Row
     81         latin:keyWidth="8.9%p"
     82     >
     83         <!-- kbd_row3_smiley -->
     84         <switch>
     85             <case
     86                 latin:mode="email"
     87             >
     88                 <Key
     89                     latin:keyLabel="\@"
     90                     latin:keyWidth="10.0%p" />
     91             </case>
     92             <case
     93                 latin:mode="url"
     94             >
     95                 <Key
     96                     latin:keyLabel="-"
     97                     latin:keyLabelOption="hasUppercaseLetter"
     98                     latin:keyHintLabel="_"
     99                     latin:moreKeys="_"
    100                     latin:keyWidth="10.0%p" />
    101             </case>
    102             <case
    103                 latin:imeAction="actionSearch"
    104             >
    105                 <Key
    106                     latin:keyLabel=":"
    107                     latin:keyLabelOption="hasUppercaseLetter"
    108                     latin:keyHintLabel="+"
    109                     latin:moreKeys="+"
    110                     latin:keyWidth="10.0%p" />
    111             </case>
    112             <default>
    113                 <Key
    114                     latin:keyStyle="smileyKeyStyle"
    115                     latin:keyWidth="10.0%p" />
    116             </default>
    117         </switch>
    118         <Key
    119             latin:keyLabel=""
    120             latin:moreKeys="" />
    121         <Key
    122             latin:keyLabel="" />
    123         <Key
    124             latin:keyLabel="" />
    125         <Key
    126             latin:keyLabel="" />
    127         <Key
    128             latin:keyLabel="" />
    129         <Key
    130             latin:keyLabel="" />
    131         <Key
    132             latin:keyLabel=""
    133             latin:moreKeys="" />
    134         <Key
    135             latin:keyLabel=""
    136             latin:moreKeys="" />
    137         <Key
    138             latin:keyLabel=""
    139             latin:moreKeys="" />
    140         <Key
    141             latin:keyStyle="returnKeyStyle"
    142             latin:keyXPos="-10.400%p"
    143             latin:keyWidth="fillBoth" />
    144     </Row>
    145     <include
    146         latin:keyboardLayout="@xml/kbd_qwerty_row4" />
    147 </merge>
    148