password_kbd_symbols.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="1" android:keyEdgeFlags="left"/>
32        <Key android:keyLabel="2"/>
33        <Key android:keyLabel="3"/>
34        <Key android:keyLabel="4"/>
35        <Key android:keyLabel="5"/>
36        <Key android:keyLabel="6"/>
37        <Key android:keyLabel="7"/>
38        <Key android:keyLabel="8"/>
39        <Key android:keyLabel="9"/>
40        <Key android:keyLabel="0"/>
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_alpha_key"
51            android:keyWidth="11.167%p"
52            android:keyEdgeFlags="left"/>
53        <Key android:keyLabel="\#"/>
54        <Key android:keyLabel="$"/>
55        <Key android:keyLabel="%"/>
56        <Key android:keyLabel="&amp;"/>
57        <Key android:keyLabel="*"/>
58        <Key android:keyLabel="-"/>
59        <Key android:keyLabel="+"/>
60        <Key android:keyLabel="("/>
61        <Key android:keyLabel=")"/>
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:keyLabel="@string/password_keyboard_label_alt_key"
71            android:keyWidth="15.192%p"
72            android:isModifier="true"
73            android:isSticky="true"
74            android:keyEdgeFlags="left"/>
75        <Key android:keyLabel="&lt;"/>
76        <Key android:keyLabel="&gt;"/>
77        <Key android:keyLabel="="/>
78        <Key android:keyLabel=":"/>
79        <Key android:keyLabel=";"/>
80        <Key android:keyLabel=","/>
81        <Key android:keyLabel="."/>
82        <Key android:keyLabel="!" />
83        <Key android:keyLabel="\?" />
84        <Key android:codes="-1"
85            android:keyLabel="@string/password_keyboard_label_alt_key"
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        <Key android:keyLabel="\@" android:horizontalGap="16.084%p"/>
94        <Key android:keyLabel="/" />
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