mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-28 10:38:08 +00:00
commit
61add88e31
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
||||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||||
<!-- U+00A3: "£" POUND SIGN
|
<!-- U+00A3: "£" POUND SIGN
|
||||||
U+20AC: "€" EURO SIGN
|
U+20AC: "€" EURO SIGN
|
||||||
U+00A2: "¢" CENT SIGN -->
|
U+00A2: "¢" CENT SIGN
|
||||||
|
U+20BA: "₺" TURKISH LIRA SIGN -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="currencyKeyStyle"
|
latin:styleName="currencyKeyStyle"
|
||||||
latin:keySpec="!text/keyspec_currency"
|
latin:keySpec="!text/keyspec_currency"
|
||||||
|
@ -39,4 +40,7 @@
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreCurrency4KeyStyle"
|
latin:styleName="moreCurrency4KeyStyle"
|
||||||
latin:keySpec="¢" />
|
latin:keySpec="¢" />
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreCurrency5KeyStyle"
|
||||||
|
latin:keySpec="₺"/>
|
||||||
</merge>
|
</merge>
|
||||||
|
|
Loading…
Add table
Reference in a new issue