Force currency key to "dollar" on password input field
This is followup change of I660c6f50. Bug: 3413589 Change-Id: I7684150f7c52444884fe02a27e39c6de0105b2d8
This commit is contained in:
parent
0e3548788b
commit
20887c57a6
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@
|
|||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keyLabel="$"
|
||||
latin:popupCharacters="@string/alternates_for_currency_dollar" />
|
||||
</case>
|
||||
<!-- Countries using Euro currency, 23 countries as for January 2011. -->
|
||||
<!-- 1. Andorra (ca_AD, ca_ES) -->
|
||||
<case
|
||||
|
|
Loading…
Reference in a new issue