password_kbd_symbols_shift.xml revision 79a02b15850347a2e932272b21b14c0c2b3faf50
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="10%p"
23    android:horizontalGap="@dimen/password_keyboard_horizontalGap"
24    android:verticalGap="@dimen/password_keyboard_verticalGap"
25    android:keyHeight="@dimen/password_keyboard_key_height_alpha">
26
27    <Row android:keyWidth="8.272%p"
28        android:rowEdgeFlags="top">
29        <Key android:keyLabel="Tab" android:codes="9"/>
30        <Key android:keyLabel="~" />
31        <Key android:keyLabel="`" />
32        <Key android:keyLabel="|" />
33        <Key android:keyLabel="•" />
34        <Key android:keyLabel="√" />
35        <Key android:keyLabel="π" />
36        <Key android:keyLabel="÷" />
37        <Key android:keyLabel="×" />
38        <Key android:keyLabel="§" />
39        <Key android:keyLabel="Δ" />
40        <Key android:keyIcon="@drawable/sym_keyboard_delete_holo"
41            android:codes="-5"
42            android:keyWidth="9.331%p"
43            android:isRepeatable="true"
44            android:keyEdgeFlags="right"/>
45    </Row>
46
47    <Row android:keyWidth="8.157%p">
48        <Key android:codes="-2"
49            android:keyLabel="@string/password_keyboard_label_alpha_key"
50            android:keyWidth="11.167%p"
51            android:keyEdgeFlags="left"/>
52        <Key android:keyLabel="£" />
53        <Key android:keyLabel="¢" />
54        <Key android:keyLabel="€" />
55        <Key android:keyLabel="¥" />
56        <Key android:keyLabel="^"/>
57        <Key android:keyLabel="°" />
58        <Key android:keyLabel="±" />
59        <Key android:keyLabel="{" />
60        <Key android:keyLabel="}" />
61        <Key android:codes="10"
62            android:keyIcon="@drawable/sym_keyboard_ok"
63            android:keyWidth="15.750%p"
64            android:keyEdgeFlags="right"/>
65    </Row>
66
67    <Row android:keyWidth="8.042%p">
68        <Key android:codes="-1"
69            android:keyLabel="@string/password_keyboard_label_alt_key"
70            android:keyWidth="15.192%p"
71            android:isModifier="true"
72            android:isSticky="true"
73            android:keyEdgeFlags="left"/>
74        <Key android:keyLabel="\\" />
75        <Key android:keyLabel="©" />
76        <Key android:keyLabel="®" />
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:codes="-1"
84            android:keyLabel="@string/password_keyboard_label_alt_key"
85            android:keyWidth="12.530%p"
86            android:isModifier="true"
87            android:isSticky="true"
88            android:keyEdgeFlags="right"/>
89    </Row>
90
91    <!-- This row is intentionally not marked as a bottom row -->
92    <Row android:keyWidth="8.042%p">
93        <Key android:keyLabel=" " android:horizontalGap="32.168%p"
94            android:keyWidth="37.454%p"/>
95    </Row>
96</Keyboard>
97