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"
|
2010-12-08 05:36:41 +00:00
|
|
|
|
latin:keyboardHeight="@dimen/keyboardHeight"
|
|
|
|
|
latin:maxKeyboardHeight="50%p"
|
|
|
|
|
latin:rowHeight="25%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyWidth="10%p"
|
2010-10-19 08:08:54 +00:00
|
|
|
|
latin:horizontalGap="@dimen/key_horizontal_gap"
|
2010-10-12 06:02:44 +00:00
|
|
|
|
latin:verticalGap="@dimen/key_bottom_gap"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupKeyboardTemplate="@xml/kbd_popup_template"
|
|
|
|
|
latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column"
|
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" />
|
2011-02-24 05:49:27 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/kbd_currency_key_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-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="1"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="¹,½,⅓,¼,⅛"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="2"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="²,⅔" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="3"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="³,¾,⅜" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="4"
|
|
|
|
|
latin:popupCharacters="⁴" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="5"
|
|
|
|
|
latin:popupCharacters="⅝" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="6" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="7"
|
|
|
|
|
latin:popupCharacters="⅞" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="8" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="9" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="0"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="ⁿ,∅"
|
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-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="\@"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="\#" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2011-02-24 05:49:27 +00:00
|
|
|
|
latin:keyStyle="currencyKeyStyle" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="%"
|
|
|
|
|
latin:popupCharacters="‰" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="&" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="*"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="†,‡,★" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="-"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="_,–,—" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="+"
|
|
|
|
|
latin:popupCharacters="±" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="("
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="[,{,<" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel=")"
|
2010-12-14 06:31:47 +00:00
|
|
|
|
latin:popupCharacters="],},>"
|
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-19 22:57:24 +00:00
|
|
|
|
latin:keyStyle="altKeyStyle"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyWidth="15%p"
|
2011-04-12 10:04:15 +00:00
|
|
|
|
latin:visualInsetsRight="1%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="!"
|
|
|
|
|
latin:popupCharacters="¡" />
|
2011-04-26 05:27:35 +00:00
|
|
|
|
<!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="""
|
2011-04-26 05:27:35 +00:00
|
|
|
|
latin:popupCharacters="“,”,„,‟,«,»"
|
|
|
|
|
latin:maxPopupKeyboardColumn="6" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="\'"
|
2011-04-26 05:27:35 +00:00
|
|
|
|
latin:popupCharacters="‘,’,‚,‛,´" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel=":" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel=";" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="/" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="\?"
|
|
|
|
|
latin:popupCharacters="¿" />
|
2010-09-16 04:10:14 +00:00
|
|
|
|
<Key
|
2010-11-19 22:57:24 +00:00
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyWidth="15%p"
|
2011-04-12 10:04:15 +00:00
|
|
|
|
latin:visualInsetsLeft="1%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyEdgeFlags="right" />
|
2009-03-13 22:11:42 +00:00
|
|
|
|
</Row>
|
2010-11-11 23:28:14 +00:00
|
|
|
|
<include latin:keyboardLayout="@xml/kbd_symbols_row4" />
|
2009-10-29 17:28:46 +00:00
|
|
|
|
</Keyboard>
|