password_kbd_symbols.xml revision 688435833fea20c5aa9bc4305dc052e55bcec33c
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"
42            android:codes="-5"
43            android:keyWidth="9.331%p"
44            android:iconPreview="@drawable/sym_keyboard_feedback_delete"
45            android:isRepeatable="true"
46            android:keyEdgeFlags="right"/>
47    </Row>
48
49    <Row android:keyWidth="8.157%p">
50        <Key android:codes="-2"
51            android:keyLabel="@string/password_keyboard_label_alpha_key"
52            android:keyWidth="11.167%p"
53            android:keyEdgeFlags="left"/>
54        <Key android:keyLabel="\#"/>
55        <Key android:keyLabel="$"/>
56        <Key android:keyLabel="%"/>
57        <Key android:keyLabel="&amp;"/>
58        <Key android:keyLabel="*"/>
59        <Key android:keyLabel="-"/>
60        <Key android:keyLabel="+"/>
61        <Key android:keyLabel="("/>
62        <Key android:keyLabel=")"/>
63        <Key android:codes="10"
64            android:keyIcon="@drawable/sym_keyboard_ok"
65            android:iconPreview="@drawable/sym_keyboard_feedback_ok"
66            android:keyWidth="15.750%p"
67            android:keyEdgeFlags="right"/>
68    </Row>
69
70    <Row android:keyWidth="8.042%p">
71        <Key android:codes="-1"
72            android:keyLabel="@string/password_keyboard_label_alt_key"
73            android:keyWidth="15.192%p"
74            android:isModifier="true"
75            android:isSticky="true"
76            android:keyEdgeFlags="left"/>
77        <Key android:keyLabel="&lt;"/>
78        <Key android:keyLabel="&gt;"/>
79        <Key android:keyLabel="="/>
80        <Key android:keyLabel=":"/>
81        <Key android:keyLabel=";"/>
82        <Key android:keyLabel=","/>
83        <Key android:keyLabel="."/>
84        <Key android:keyLabel="!" />
85        <Key android:keyLabel="\?" />
86        <Key android:codes="-1"
87            android:keyLabel="@string/password_keyboard_label_alt_key"
88            android:keyWidth="12.530%p"
89            android:isModifier="true"
90            android:isSticky="true"
91            android:keyEdgeFlags="right"/>
92    </Row>
93
94    <Row android:keyWidth="8.042%p">
95        <Key android:keyLabel="\@" android:horizontalGap="16.084%p"/>
96        <Key android:keyLabel="/" />
97        <Key android:codes="32"
98            android:keyIcon="@drawable/sym_keyboard_space"
99            android:iconPreview="@drawable/sym_keyboard_feedback_space"
100            android:keyWidth="37.454%p"/>
101        <Key android:keyLabel="\'" />
102        <Key android:keyLabel="-" />
103    </Row>
104
105</Keyboard>
106
107