Home | History | Annotate | Download | only in xml-sw768dp
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2010, 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     <Row
     25         latin:keyWidth="8.047%p"
     26     >
     27         <switch>
     28             <case
     29                 latin:hasSettingsKey="true"
     30             >
     31                 <Key
     32                     latin:keyStyle="settingsKeyStyle"
     33                     latin:keyWidth="8.047%p" />
     34             </case>
     35         </switch>
     36         <Spacer
     37             latin:keyXPos="15.157%p"
     38             latin:keyWidth="0%p" />
     39         <switch>
     40             <case
     41                 latin:mode="url"
     42             >
     43                 <Key
     44                     latin:keyStyle="comKeyStyle"
     45                     latin:keyWidth="16.084%p" />
     46             </case>
     47             <default>
     48                 <switch>
     49                     <case
     50                         latin:mode="email"
     51                     >
     52                         <Key
     53                             latin:keyStyle="comKeyStyle" />
     54                     </case>
     55                     <case
     56                         latin:imeAction="actionSearch"
     57                     >
     58                         <Key
     59                             latin:keyLabel=":"
     60                             latin:keyLabelOption="hasUppercaseLetter"
     61                             latin:keyHintLabel="+"
     62                             latin:moreKeys="+" />
     63                     </case>
     64                     <default>
     65                         <Key
     66                             latin:keyStyle="smileyKeyStyle" />
     67                     </default>
     68                 </switch>
     69                 <switch>
     70                     <case
     71                         latin:mode="email"
     72                     >
     73                         <Key
     74                             latin:keyLabel="\@" />
     75                     </case>
     76                     <default>
     77                         <Key
     78                             latin:keyLabel="/"
     79                             latin:keyLabelOption="hasUppercaseLetter"
     80                             latin:keyHintLabel="\@"
     81                             latin:moreKeys="\@" />
     82                     </default>
     83                 </switch>
     84             </default>
     85         </switch>
     86         <Key
     87             latin:keyStyle="spaceKeyStyle"
     88             latin:keyXPos="31.250%p"
     89             latin:keyWidth="37.500%p" />
     90         <switch>
     91             <case
     92                 latin:languageCode="iw"
     93             >
     94                 <include
     95                     latin:keyboardLayout="@xml/kbd_row3_comma_period" />
     96             </case>
     97             <default>
     98                 <include
     99                     latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
    100             </default>
    101         </switch>
    102         <switch>
    103             <case
    104                 latin:shortcutKeyEnabled="true"
    105             >
    106                 <Key
    107                     latin:keyStyle="shortcutKeyStyle"
    108                     latin:keyXPos="-8.047%p"
    109                     latin:keyWidth="fillRight" />
    110             </case>
    111         </switch>
    112     </Row>
    113 </merge>
    114