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-14 08:20:00 +00:00
|
|
|
|
<!-- U+2022: "•" BULLET -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="•"
|
2011-10-11 02:10:25 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_bullet" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+221A: "√" SQUARE ROOT -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="√" />
|
|
|
|
|
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="π"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="Π" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+00F7: "÷" DIVISION SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="÷" />
|
|
|
|
|
<!-- U+00D7: "×" MULTIPLICATION SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="×" />
|
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-14 08:20:00 +00:00
|
|
|
|
<!-- U+00B0: "°" DEGREE SIGN
|
|
|
|
|
U+2032: "′" PRIME
|
|
|
|
|
U+2033: "″" DOUBLE PRIME -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="°"
|
|
|
|
|
latin:moreKeys="′,″" />
|
|
|
|
|
<!-- U+2191: "↑" UPWARDS ARROW
|
|
|
|
|
U+2193: "↓" DOWNWARDS ARROW
|
|
|
|
|
U+2190: "←" LEFTWARDS ARROW
|
|
|
|
|
U+2192: "→" RIGHTWARDS ARROW -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="^"
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:moreKeys="↑,↓,←,→" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyLabel="_" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+2260: "≠" NOT EQUAL TO
|
|
|
|
|
U+2248: "≈" ALMOST EQUAL TO
|
|
|
|
|
U+221E: "∞" INFINITY -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-07-24 23:35:54 +00:00
|
|
|
|
latin:keyLabel="="
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:moreKeys="≠,≈,∞" />
|
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-14 08:20:00 +00:00
|
|
|
|
<!-- U+2122: "™" TRADE MARK SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="™" />
|
|
|
|
|
<!-- U+00AE: "®" REGISTERED SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="®" />
|
|
|
|
|
<!-- U+00A9: "©" COPYRIGHT SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="©" />
|
|
|
|
|
<!-- U+00B6: "¶" PILCROW SIGN
|
|
|
|
|
U+00A7: "§" SECTION SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="¶"
|
|
|
|
|
latin:moreKeys="§" />
|
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>
|
2012-02-17 07:14:14 +00:00
|
|
|
|
<Row
|
|
|
|
|
latin:keyWidth="10%p"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="toAlphaKeyStyle"
|
|
|
|
|
latin:keyWidth="15%p" />
|
|
|
|
|
<!-- U+201F: "‟" DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
|
|
|
|
|
<!-- TODO: Neither DroidSans nor Roboto have the glyph for U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK. -->
|
|
|
|
|
<!-- latin:keyLabelFlags="hasPopupHint" -->
|
|
|
|
|
<!-- latin:moreKeys="‟" -->
|
|
|
|
|
<!-- U+201E: "„" DOUBLE LOW-9 QUOTATION MARK -->
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="„"
|
|
|
|
|
latin:backgroundType="functional" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="spaceKeyStyle"
|
|
|
|
|
latin:keyWidth="50%p" />
|
|
|
|
|
<!-- U+2026: "…" HORIZONTAL ELLIPSIS -->
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="…"
|
|
|
|
|
latin:backgroundType="functional" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="enterKeyStyle"
|
|
|
|
|
latin:keyWidth="fillRight" />
|
|
|
|
|
</Row>
|
2011-07-24 23:35:54 +00:00
|
|
|
|
</merge>
|