2009-03-13 22:11:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2008, The Android Open Source Project
|
|
|
|
**
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
**
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
**
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
2010-09-16 04:10:14 +00:00
|
|
|
|
|
|
|
<Keyboard
|
2010-10-01 10:40:44 +00:00
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
latin:keyWidth="26.67%p"
|
2010-09-16 04:10:14 +00:00
|
|
|
>
|
2010-11-19 22:57:24 +00:00
|
|
|
<include
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
2010-11-24 07:59:56 +00:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Row
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:rowEdgeFlags="top"
|
2009-03-13 22:11:42 +00:00
|
|
|
>
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num1KeyStyle"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num2KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num3KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyLabel="-"
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:keyStyle="numLabelFunctionalStyle"
|
2011-05-30 11:05:50 +00:00
|
|
|
latin:keyWidth="fillRight"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="right" />
|
2009-03-13 22:11:42 +00:00
|
|
|
</Row>
|
|
|
|
<Row>
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num4KeyStyle"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num5KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num6KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyLabel="."
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:keyStyle="numLabelFunctionalStyle"
|
2011-05-30 11:05:50 +00:00
|
|
|
latin:keyWidth="fillRight"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="right" />
|
2009-03-13 22:11:42 +00:00
|
|
|
</Row>
|
|
|
|
<Row>
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num7KeyStyle"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num8KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num9KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-19 22:57:24 +00:00
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2011-05-30 11:05:50 +00:00
|
|
|
latin:keyWidth="fillRight"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="right" />
|
2009-03-13 22:11:42 +00:00
|
|
|
</Row>
|
2010-09-16 04:10:14 +00:00
|
|
|
<Row
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:rowEdgeFlags="bottom"
|
2010-09-16 04:10:14 +00:00
|
|
|
>
|
|
|
|
<Key
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:keyStyle="numSwitchToAltKeyStyle"
|
2010-10-15 19:57:53 +00:00
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="num0KeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyStyle="numSpaceKeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
<Key
|
2010-11-19 22:57:24 +00:00
|
|
|
latin:keyStyle="returnKeyStyle"
|
2011-05-30 11:05:50 +00:00
|
|
|
latin:keyWidth="fillRight"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyEdgeFlags="right" />
|
2009-03-13 22:11:42 +00:00
|
|
|
</Row>
|
2010-09-16 04:10:14 +00:00
|
|
|
</Keyboard>
|