Merge "Use EditorInfo.IME_FLAG_FORCE_ASCII instead of privateImeOptions"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa326d1c46
@@ -97,8 +97,7 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:background="@null"
|
||||
android:textColor="#ffffffff"
|
||||
android:imeOptions="flagNoFullscreen|actionDone"
|
||||
android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii"
|
||||
android:imeOptions="flagForceAscii|flagNoFullscreen|actionDone"
|
||||
/>
|
||||
|
||||
<!-- This delete button is only visible for numeric PIN entry -->
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:background="@null"
|
||||
android:textColor="#ffffffff"
|
||||
android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii"
|
||||
android:imeOptions="flagForceAscii"
|
||||
/>
|
||||
|
||||
<!-- This delete button is only visible for numeric PIN entry -->
|
||||
|
||||
@@ -153,8 +153,7 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:background="@null"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:imeOptions="flagNoFullscreen|actionDone"
|
||||
android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii"
|
||||
android:imeOptions="flagForceAscii|flagNoFullscreen|actionDone"
|
||||
/>
|
||||
|
||||
<!-- This delete button is only visible for numeric PIN entry -->
|
||||
|
||||
@@ -119,8 +119,7 @@
|
||||
android:background="@null"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textColor="#ffffffff"
|
||||
android:imeOptions="actionDone"
|
||||
android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii"
|
||||
android:imeOptions="flagForceAscii|actionDone"
|
||||
/>
|
||||
|
||||
<!-- This delete button is only visible for numeric PIN entry -->
|
||||
|
||||
Reference in New Issue
Block a user