Loading java/res/xml-sw600dp/kbd_rows_symbols_shift.xml +5 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ > <include latin:keyboardLayout="@xml/kbd_key_styles" /> <include latin:keyboardLayout="@xml/kbd_currency_key_styles" /> <Row latin:keyWidth="9.0%p" > Loading Loading @@ -61,11 +63,11 @@ latin:keyLabel="£" latin:keyXPos="4.5%p" /> <Key latin:keyLabel="¢" /> latin:keyStyle="moreCurrency1KeyStyle" /> <Key latin:keyLabel="€" /> latin:keyStyle="moreCurrency2KeyStyle" /> <Key latin:keyLabel="¥" /> latin:keyStyle="moreCurrency3KeyStyle" /> <Key latin:keyLabel="^" latin:moreKeys="↑,↓,←,→" /> Loading java/res/xml-sw768dp/kbd_rows_symbols_shift.xml +6 −4 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ > <include latin:keyboardLayout="@xml/kbd_key_styles" /> <include latin:keyboardLayout="@xml/kbd_currency_key_styles" /> <Row latin:keyWidth="8.282%p" > Loading Loading @@ -66,13 +68,13 @@ latin:keyLabelOption="alignLeft" latin:keyWidth="11.172%p" /> <Key latin:keyLabel="£" /> latin:keyStyle="moreCurrency1KeyStyle" /> <Key latin:keyLabel="¢" /> latin:keyStyle="moreCurrency2KeyStyle" /> <Key latin:keyLabel="€" /> latin:keyStyle="moreCurrency3KeyStyle" /> <Key latin:keyLabel="¥" /> latin:keyStyle="moreCurrency4KeyStyle" /> <Key latin:keyLabel="^" latin:moreKeys="↑,↓,←,→" /> Loading java/res/xml/kbd_currency_dollar_key_styles.xml 0 → 100644 +38 −0 Original line number Diff line number Diff line <?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. */ --> <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="$" latin:moreKeys="@string/more_keys_for_currency_dollar" /> <key-style latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="¢" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¥" /> </merge> java/res/xml/kbd_currency_euro_key_styles.xml 0 → 100644 +39 −0 Original line number Diff line number Diff line <?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. */ --> <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <key-style latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="¥" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¢" /> </merge> java/res/xml/kbd_currency_key_styles.xml +40 −20 Original line number Diff line number Diff line Loading @@ -25,9 +25,8 @@ <case latin:passwordInput="true" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="$" /> <include latin:keyboardLayout="@xml/kbd_currency_dollar_key_styles" /> </case> <!-- Countries using Euro currency, 23 countries as for January 2011. --> 1. Andorra (ca_AD, ca_ES) Loading @@ -54,31 +53,28 @@ 22. Spain (es_ES, ca_ES) 23. Vatican City (it_VA) --> <!-- Though Denmark and Turkey don't using Euro as their currencies, but having Euro sign on the symbol keyboard might be useful. Especially Danish krone (kr) and Turkish lira (TL) can be represented by usual alphabet letters. --> <!-- Note: Some locales may not have country code, and it it supposed to indicate the country where the language originally/mainly spoken. --> <case latin:localeCode="de|es|el|fi|fr|it|nl|sk|sl|pt_PT" latin:localeCode="da|de|es|el|fi|fr|it|nl|sk|sl|pt_PT|tr" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <include latin:keyboardLayout="@xml/kbd_currency_euro_key_styles" /> </case> <case latin:languageCode="ca|et|lb|mt|sla" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <include latin:keyboardLayout="@xml/kbd_currency_euro_key_styles" /> </case> <case latin:countryCode="AD|AT|BE|CY|EE|FI|FR|DE|GR|IE|IT|XK|LU|MT|MO|ME|NL|PT|SM|SK|SI|ES|VA" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <include latin:keyboardLayout="@xml/kbd_currency_euro_key_styles" /> </case> <case latin:languageCode="iw" Loading @@ -87,6 +83,19 @@ latin:styleName="currencyKeyStyle" latin:keyLabel="₪" latin:moreKeys="@string/more_keys_for_currency_general" /> <key-style latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¢" /> </case> <!-- United Kingdom --> <case Loading @@ -96,12 +105,23 @@ latin:styleName="currencyKeyStyle" latin:keyLabel="£" latin:moreKeys="@string/more_keys_for_currency_pound" /> </case> <default> <key-style latin:styleName="currencyKeyStyle" latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="¥" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" latin:moreKeys="@string/more_keys_for_currency_dollar" /> latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¢" /> </case> <default> <include latin:keyboardLayout="@xml/kbd_currency_dollar_key_styles" /> </default> </switch> </merge> Loading
java/res/xml-sw600dp/kbd_rows_symbols_shift.xml +5 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ > <include latin:keyboardLayout="@xml/kbd_key_styles" /> <include latin:keyboardLayout="@xml/kbd_currency_key_styles" /> <Row latin:keyWidth="9.0%p" > Loading Loading @@ -61,11 +63,11 @@ latin:keyLabel="£" latin:keyXPos="4.5%p" /> <Key latin:keyLabel="¢" /> latin:keyStyle="moreCurrency1KeyStyle" /> <Key latin:keyLabel="€" /> latin:keyStyle="moreCurrency2KeyStyle" /> <Key latin:keyLabel="¥" /> latin:keyStyle="moreCurrency3KeyStyle" /> <Key latin:keyLabel="^" latin:moreKeys="↑,↓,←,→" /> Loading
java/res/xml-sw768dp/kbd_rows_symbols_shift.xml +6 −4 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ > <include latin:keyboardLayout="@xml/kbd_key_styles" /> <include latin:keyboardLayout="@xml/kbd_currency_key_styles" /> <Row latin:keyWidth="8.282%p" > Loading Loading @@ -66,13 +68,13 @@ latin:keyLabelOption="alignLeft" latin:keyWidth="11.172%p" /> <Key latin:keyLabel="£" /> latin:keyStyle="moreCurrency1KeyStyle" /> <Key latin:keyLabel="¢" /> latin:keyStyle="moreCurrency2KeyStyle" /> <Key latin:keyLabel="€" /> latin:keyStyle="moreCurrency3KeyStyle" /> <Key latin:keyLabel="¥" /> latin:keyStyle="moreCurrency4KeyStyle" /> <Key latin:keyLabel="^" latin:moreKeys="↑,↓,←,→" /> Loading
java/res/xml/kbd_currency_dollar_key_styles.xml 0 → 100644 +38 −0 Original line number Diff line number Diff line <?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. */ --> <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="$" latin:moreKeys="@string/more_keys_for_currency_dollar" /> <key-style latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="¢" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¥" /> </merge>
java/res/xml/kbd_currency_euro_key_styles.xml 0 → 100644 +39 −0 Original line number Diff line number Diff line <?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. */ --> <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <key-style latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="¥" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¢" /> </merge>
java/res/xml/kbd_currency_key_styles.xml +40 −20 Original line number Diff line number Diff line Loading @@ -25,9 +25,8 @@ <case latin:passwordInput="true" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="$" /> <include latin:keyboardLayout="@xml/kbd_currency_dollar_key_styles" /> </case> <!-- Countries using Euro currency, 23 countries as for January 2011. --> 1. Andorra (ca_AD, ca_ES) Loading @@ -54,31 +53,28 @@ 22. Spain (es_ES, ca_ES) 23. Vatican City (it_VA) --> <!-- Though Denmark and Turkey don't using Euro as their currencies, but having Euro sign on the symbol keyboard might be useful. Especially Danish krone (kr) and Turkish lira (TL) can be represented by usual alphabet letters. --> <!-- Note: Some locales may not have country code, and it it supposed to indicate the country where the language originally/mainly spoken. --> <case latin:localeCode="de|es|el|fi|fr|it|nl|sk|sl|pt_PT" latin:localeCode="da|de|es|el|fi|fr|it|nl|sk|sl|pt_PT|tr" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <include latin:keyboardLayout="@xml/kbd_currency_euro_key_styles" /> </case> <case latin:languageCode="ca|et|lb|mt|sla" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <include latin:keyboardLayout="@xml/kbd_currency_euro_key_styles" /> </case> <case latin:countryCode="AD|AT|BE|CY|EE|FI|FR|DE|GR|IE|IT|XK|LU|MT|MO|ME|NL|PT|SM|SK|SI|ES|VA" > <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="€" latin:moreKeys="@string/more_keys_for_currency_euro" /> <include latin:keyboardLayout="@xml/kbd_currency_euro_key_styles" /> </case> <case latin:languageCode="iw" Loading @@ -87,6 +83,19 @@ latin:styleName="currencyKeyStyle" latin:keyLabel="₪" latin:moreKeys="@string/more_keys_for_currency_general" /> <key-style latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¢" /> </case> <!-- United Kingdom --> <case Loading @@ -96,12 +105,23 @@ latin:styleName="currencyKeyStyle" latin:keyLabel="£" latin:moreKeys="@string/more_keys_for_currency_pound" /> </case> <default> <key-style latin:styleName="currencyKeyStyle" latin:styleName="moreCurrency1KeyStyle" latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency2KeyStyle" latin:keyLabel="¥" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" latin:moreKeys="@string/more_keys_for_currency_dollar" /> latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" latin:keyLabel="¢" /> </case> <default> <include latin:keyboardLayout="@xml/kbd_currency_dollar_key_styles" /> </default> </switch> </merge>