2011-05-30 11:12:04 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2011, 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.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
|
2011-07-24 23:35:54 +00:00
|
|
|
|
<merge
|
2011-05-30 11:12:04 +00:00
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
|
>
|
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_styles_common" />
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 06:23:27 +00:00
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_styles_currency" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Row
|
|
|
|
|
latin:keyWidth="9.0%p"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="~" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="`" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="|" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u2022: "•" BULLET -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u2022"
|
2011-10-11 02:10:25 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_bullet" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u221a: "√" SQUARE ROOT -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u221a" />
|
|
|
|
|
<!-- \u03c0: "π" GREEK SMALL LETTER PI
|
|
|
|
|
\u03a0: "Π" GREEK CAPITAL LETTER PI -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u03c0"
|
|
|
|
|
latin:moreKeys="\u03a0" />
|
|
|
|
|
<!-- \u00f7: "÷" DIVISION SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00f7" />
|
|
|
|
|
<!-- \u00d7: "×" MULTIPLICATION SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00d7" />
|
|
|
|
|
<!-- \u00a7: "§" SECTION SIGN
|
|
|
|
|
\u00b6: "¶" PILCROW SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00a7"
|
|
|
|
|
latin:moreKeys="\u00b6" />
|
|
|
|
|
<!-- \u0394: "Δ" GREEK CAPITAL LETTER DELTA -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0394" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
|
|
|
|
latin:keyXPos="-10.0%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
|
|
|
|
latin:keyWidth="9.0%p"
|
|
|
|
|
>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u00a3: "£" POUND SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00a3"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
latin:keyXPos="4.5%p" />
|
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 06:23:27 +00:00
|
|
|
|
latin:keyStyle="moreCurrency1KeyStyle" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 06:23:27 +00:00
|
|
|
|
latin:keyStyle="moreCurrency2KeyStyle" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 06:23:27 +00:00
|
|
|
|
latin:keyStyle="moreCurrency3KeyStyle" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u2191: "↑" UPWARDS ARROW
|
|
|
|
|
\u2193: "↓" DOWNWARDS ARROW
|
|
|
|
|
\u2190: "←" LEFTWARDS ARROW
|
|
|
|
|
\u2192: "→" RIGHTWARDS ARROW -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="^"
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:moreKeys="\u2191,\u2193,\u2190,\u2192" />
|
|
|
|
|
<!-- \u00b0: "°" DEGREE SIGN
|
|
|
|
|
\u2032: "′" PRIME
|
|
|
|
|
\u2033: "″" DOUBLE PRIME -->
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="\u00b0"
|
|
|
|
|
latin:moreKeys="\u2032,\u2033" />
|
|
|
|
|
<!-- \u00b1: "±" PLUS-MINUS SIGN
|
|
|
|
|
\u221e: "∞" INFINITY -->
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="\u00b1"
|
|
|
|
|
latin:moreKeys="\u221e" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_curly_brackets" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-07 08:07:23 +00:00
|
|
|
|
latin:keyStyle="enterKeyStyle"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
latin:keyXPos="-14.6%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
|
|
|
|
latin:keyWidth="8.9%p"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-08-03 06:21:27 +00:00
|
|
|
|
latin:keyStyle="backFromMoreSymbolKeyStyle"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="10.0%p" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="\\" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u00a9: "©" COPYRIGHT SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00a9" />
|
|
|
|
|
<!-- \u00ae: "®" REGISTERED SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00ae" />
|
|
|
|
|
<!-- \u2122: "™" TRADE MARK SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u2122" />
|
|
|
|
|
<!-- \u2105: "℅" CARE OF -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u2105" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_square_brackets" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u00a1: "¡" INVERTED EXCLAMATION MARK -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00a1" />
|
|
|
|
|
<!-- \u00bf: "¿" INVERTED QUESTION MARK -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00bf" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
|
|
|
|
latin:keyWidth="8.9%p"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="toAlphaKeyStyle"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="13.0%p" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="tabKeyStyle" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="spaceKeyStyle"
|
|
|
|
|
latin:keyXPos="30.750%p"
|
|
|
|
|
latin:keyWidth="39.750%p" />
|
2011-06-23 12:55:56 +00:00
|
|
|
|
<Spacer
|
|
|
|
|
latin:keyXPos="-10.00%p"
|
|
|
|
|
latin:keyWidth="0%p" />
|
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_f2" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
2011-07-24 23:35:54 +00:00
|
|
|
|
</merge>
|