password_kbd_qwerty.xml revision 92be52c3ede2c9f820a7fcaafa78949752f8d7c9
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<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="0px"
26    android:verticalGap="0px">
27
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>
47
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>
67
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>
91
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="'" />
98        <Key android:keyLabel="-" />
99    </Row>
100
101</Keyboard>
102
103