blob: 0ce5d367f066b863832de0efc8ef20215a9f87d8 [file] [log] [blame]
satok979f8692010-08-20 14:35:02 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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="0px"
24 android:verticalGap="0px"
25 android:keyHeight="@dimen/key_height"
26 >
27
28 <Row>
29 <Key android:keyLabel="ק"
30 android:horizontalGap="5%p"
31 android:keyEdgeFlags="left"/>
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:codes="-5"
40 android:horizontalGap="1.25%p"
41 android:keyIcon="@drawable/sym_keyboard_delete"
42 android:keyWidth="13.75%p" android:keyEdgeFlags="right"
43 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
44 android:isRepeatable="true"/>
45 </Row>
46
47 <Row>
48 <Key android:keyLabel="ש" android:keyEdgeFlags="left"/>
49 <Key android:keyLabel="ד"/>
50 <Key android:keyLabel="ג"/>
51 <Key android:keyLabel="כ"/>
52 <Key android:keyLabel="ע"/>
53 <Key android:keyLabel="י"/>
54 <Key android:keyLabel="ח"/>
55 <Key android:keyLabel="ל"/>
56 <Key android:keyLabel="ך"/>
57 <Key android:keyLabel="ף" android:keyEdgeFlags="right"/>
58 </Row>
59
60 <Row>
61 <Key android:keyLabel="ז" android:horizontalGap="5%p" android:keyEdgeFlags="left"/>
62 <Key android:keyLabel="ס"/>
63 <Key android:keyLabel="ב"/>
64 <Key android:keyLabel="ה"/>
65 <Key android:keyLabel="נ"/>
66 <Key android:keyLabel="מ"/>
67 <Key android:keyLabel="צ"/>
68 <Key android:keyLabel="ת"/>
69 <Key android:keyLabel="ץ" android:keyEdgeFlags="right"/>
70 </Row>
71
72 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
73 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +090074 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
75 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
76 android:keyWidth="10%p"/>
77 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
78 android:iconPreview="@drawable/sym_keyboard_feedback_space"
79 android:keyWidth="40%p" android:isRepeatable="true"/>
80 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
81 android:keyWidth="10%p"/>
82 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
83 android:iconPreview="@drawable/sym_keyboard_feedback_return"
84 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
85 </Row>
86
87 <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom">
88 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +090089 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
90 <Key android:keyLabel="/" android:keyWidth="10%p"/>
91 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
92 android:iconPreview="@drawable/sym_keyboard_feedback_space"
93 android:keyWidth="40%p" android:isRepeatable="true"/>
94 <!--Key android:keyLabel="@string/popular_domain_0"
95 android:keyOutputText="@string/popular_domain_0"
96 android:popupKeyboard="@xml/popup_domains"
97 android:keyWidth="20%p"/-->
98 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
99 android:keyWidth="10%p"/>
100 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
101 android:iconPreview="@drawable/sym_keyboard_feedback_return"
102 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
103 </Row>
104
105 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
106 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +0900107 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
108 <Key android:keyLabel="\@" android:keyWidth="10%p"/>
109 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
110 android:iconPreview="@drawable/sym_keyboard_feedback_space"
111 android:keyWidth="40%p" android:isRepeatable="true"/>
112 <!--Key android:keyLabel="@string/popular_domain_0"
113 android:keyOutputText="@string/popular_domain_0"
114 android:popupKeyboard="@xml/popup_domains"
115 android:keyWidth="20%p"/-->
116 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
117 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
118 android:iconPreview="@drawable/sym_keyboard_feedback_return"
119 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
120 </Row>
121
122 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
123 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +0900124 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
125 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
126 android:keyWidth="10%p"/>
127 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
128 android:iconPreview="@drawable/sym_keyboard_feedback_space"
129 android:keyWidth="40%p" android:isRepeatable="true"/>
130 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
131 android:keyWidth="10%p"/>
132 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
133 android:popupKeyboard="@xml/popup_smileys"
134 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
135 </Row>
136
137 <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom">
138 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +0900139 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
140 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
141 android:keyWidth="10%p"/>
142 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
143 android:iconPreview="@drawable/sym_keyboard_feedback_space"
144 android:keyWidth="20%p" android:isRepeatable="true"/>
145 <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab"
146 android:iconPreview="@drawable/sym_keyboard_feedback_tab"
147 android:keyWidth="20%p"/>
148 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
149 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
150 android:iconPreview="@drawable/sym_keyboard_feedback_return"
151 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
152 </Row>
153</Keyboard>
154