diff options
author | 2011-09-09 15:23:27 +0900 | |
---|---|---|
committer | 2011-09-09 16:46:10 +0900 | |
commit | 9426f7df2a72d292e2ceaac4c6386336208d14e6 (patch) | |
tree | 4ce4f7bb8f8ecd23f5cb354a7a3e2f2b5b584771 /java/res/xml-sw600dp | |
parent | 530b4176c2a53ef5599eb3a89fcf3ebff90fa84f (diff) | |
download | latinime-9426f7df2a72d292e2ceaac4c6386336208d14e6.tar.gz latinime-9426f7df2a72d292e2ceaac4c6386336208d14e6.tar.xz latinime-9426f7df2a72d292e2ceaac4c6386336208d14e6.zip |
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
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/kbd_rows_symbols_shift.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/java/res/xml-sw600dp/kbd_rows_symbols_shift.xml b/java/res/xml-sw600dp/kbd_rows_symbols_shift.xml index 3d62eff7e..73fdf2d3c 100644 --- a/java/res/xml-sw600dp/kbd_rows_symbols_shift.xml +++ b/java/res/xml-sw600dp/kbd_rows_symbols_shift.xml @@ -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" > @@ -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="↑,↓,←,→" /> |