blob: 2cfcf741ddc75b8fa94feff4a05ac44c1849df67 [file] [log] [blame]
Tadashi G. Takaoka50a61082010-10-11 22:39:04 +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
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="7.5%p"
24 latin:horizontalGap="0px"
25 latin:verticalGap="0px"
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090026 latin:keyHeight="@dimen/popup_key_height"
Tadashi G. Takaoka50a61082010-10-11 22:39:04 +090027>
28 <Row
29 latin:rowEdgeFlags="top"
30 >
31 <Key
32 latin:keyLabel=":-)"
33 latin:keyOutputText=":-) "
34 latin:keyEdgeFlags="left" />
35 <Key
36 latin:keyLabel=":-("
37 latin:keyOutputText=":-( " />
38 <Key
39 latin:keyLabel=";-)"
40 latin:keyOutputText=";-) " />
41 <Key
42 latin:keyLabel=":-P"
43 latin:keyOutputText=":-P " />
44 <Key
45 latin:keyLabel="=-O"
46 latin:keyOutputText="=-O "
47 latin:keyEdgeFlags="right" />
48 </Row>
49 <Row>
50 <Key
51 latin:keyLabel=":-*"
52 latin:keyOutputText=":-* "
53 latin:keyEdgeFlags="left" />
54 <Key
55 latin:keyLabel=":O"
56 latin:keyOutputText=":O " />
57 <Key
58 latin:keyLabel="B-)"
59 latin:keyOutputText="B-) " />
60 <Key
61 latin:keyLabel=":-$"
62 latin:keyOutputText=":-$ " />
63 <Key
64 latin:keyLabel=":-!"
65 latin:keyOutputText=":-! "
66 latin:keyEdgeFlags="right" />
67 </Row>
68 <Row
69 latin:rowEdgeFlags="bottom"
70 >
71 <Key
72 latin:keyLabel=":-["
73 latin:keyOutputText=":-[ "
74 latin:keyEdgeFlags="left" />
75 <Key
76 latin:keyLabel="O:-)"
77 latin:keyOutputText="O:-) " />
78 <Key
79 latin:keyLabel=":-\\"
80 latin:keyOutputText=":-\\ " />
81 <Key
82 latin:keyLabel=":'("
83 latin:keyOutputText=":'( " />
84 <Key
85 latin:keyLabel=":-D"
86 latin:keyOutputText=":-D "
87 latin:keyEdgeFlags="right" />
88 </Row>
89</Keyboard>