Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / xml-xlarge / password_kbd_qwerty_shifted.xml
blob35c31423def3226f4216bf2ac0b3b34e78b7c14b
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
11 **     http://www.apache.org/licenses/LICENSE-2.0
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.
19 -->
21 <Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
22     android:keyWidth="8.272%p"
23     keyboardHeight="@dimen/password_keyboard_height"
24     android:keyHeight="@dimen/password_keyboard_key_height_alpha"
25     android:horizontalGap="@dimen/password_keyboard_horizontalGap"
26     android:verticalGap="@dimen/password_keyboard_verticalGap">
28     <Row android:keyWidth="8.272%p">
29         <Key android:keyLabel="Tab"
30             android:codes="9"/>
31         <Key android:keyLabel="Q" android:keyEdgeFlags="left"/>
32         <Key android:keyLabel="W"/>
33         <Key android:keyLabel="E"/>
34         <Key android:keyLabel="R"/>
35         <Key android:keyLabel="T"/>
36         <Key android:keyLabel="Y"/>
37         <Key android:keyLabel="U"/>
38         <Key android:keyLabel="I"/>
39         <Key android:keyLabel="O"/>
40         <Key android:keyLabel="P"/>
41         <Key android:keyIcon="@drawable/sym_keyboard_delete_holo"
42             android:codes="-5"
43             android:keyWidth="9.331%p"
44             android:isRepeatable="true"
45             android:keyEdgeFlags="right"/>
46     </Row>
48     <Row android:keyWidth="8.157%p">
49         <Key android:codes="-2"
50             android:keyLabel="@string/password_keyboard_label_symbol_key"
51             android:keyWidth="11.167%p"
52             android:keyEdgeFlags="left"/>
53         <Key android:keyLabel="A"/>
54         <Key android:keyLabel="S"/>
55         <Key android:keyLabel="D"/>
56         <Key android:keyLabel="F"/>
57         <Key android:keyLabel="G"/>
58         <Key android:keyLabel="H"/>
59         <Key android:keyLabel="J"/>
60         <Key android:keyLabel="K"/>
61         <Key android:keyLabel="L"/>
62         <Key android:codes="10"
63             android:keyIcon="@drawable/sym_keyboard_ok"
64             android:keyWidth="15.750%p"
65             android:keyEdgeFlags="right"/>
66     </Row>
68     <Row android:keyWidth="8.042%p">
69         <Key android:codes="-1"
70             android:keyIcon="@drawable/sym_keyboard_shift"
71             android:keyWidth="15.192%p"
72             android:isModifier="true"
73             android:isSticky="true"
74             android:keyEdgeFlags="left"/>
75         <Key android:keyLabel="Z"/>
76         <Key android:keyLabel="X"/>
77         <Key android:keyLabel="C"/>
78         <Key android:keyLabel="V"/>
79         <Key android:keyLabel="B"/>
80         <Key android:keyLabel="N"/>
81         <Key android:keyLabel="M"/>
82         <Key android:keyLabel="!" />
83         <Key android:keyLabel="\?" />
84         <Key android:codes="-1"
85             android:keyIcon="@drawable/sym_keyboard_shift"
86             android:keyWidth="12.530%p"
87             android:isModifier="true"
88             android:isSticky="true"
89             android:keyEdgeFlags="right"/>
90     </Row>
92     <Row android:keyWidth="8.042%p"
93         android:keyboardMode="@+id/mode_normal">
94         <Key android:keyLabel="\@" android:horizontalGap="24.126%p"/>
95         <Key android:keyLabel=" "
96             android:keyWidth="37.454%p"/>
97         <Key android:keyLabel="&quot;" />
98         <Key android:keyLabel="_" />
99     </Row>
101 </Keyboard>