2011-05-30 11:12:04 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
2011-07-24 23:35:54 +00:00
|
|
|
|
** Copyright 2008, The Android Open Source Project
|
2011-05-30 11:12:04 +00:00
|
|
|
|
**
|
|
|
|
|
** 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
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyWidth="10%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
>
|
|
|
|
|
<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 -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u03c0"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="Π" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \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" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_curly_brackets" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyWidth="10%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
>
|
2011-07-24 23:35:54 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="nonSpecialBackgroundTabKeyStyle" />
|
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="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
|
|
|
|
<!-- \u00b0: "°" DEGREE SIGN
|
|
|
|
|
\u2032: "′" PRIME
|
|
|
|
|
\u2033: "″" DOUBLE PRIME -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00b0"
|
|
|
|
|
latin:moreKeys="\u2032,\u2033" />
|
|
|
|
|
<!-- \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" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyLabel="_" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u2260: "≠" NOT EQUAL TO
|
|
|
|
|
\u2248: "≈" ALMOST EQUAL TO
|
|
|
|
|
\u221e: "∞" INFINITY -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyLabel="="
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:moreKeys="\u2260,\u2248,\u221e" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_square_brackets" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyWidth="10%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-08-03 06:21:27 +00:00
|
|
|
|
latin:keyStyle="backFromMoreSymbolKeyStyle"
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyWidth="15%p"
|
|
|
|
|
latin:visualInsetsRight="1%p" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u2122: "™" TRADE MARK SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u2122" />
|
|
|
|
|
<!-- \u00ae: "®" REGISTERED SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00ae" />
|
|
|
|
|
<!-- \u00a9: "©" COPYRIGHT SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00a9" />
|
|
|
|
|
<!-- \u00b6: "¶" PILCROW SIGN
|
|
|
|
|
\u00a7: "§" SECTION SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u00b6"
|
|
|
|
|
latin:moreKeys="\u00a7" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyLabel="\\" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_less_greater" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
|
|
|
|
latin:keyWidth="fillRight"
|
|
|
|
|
latin:visualInsetsLeft="1%p" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
2011-07-24 23:35:54 +00:00
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/row_symbols_shift4" />
|
2011-07-24 23:35:54 +00:00
|
|
|
|
</merge>
|