Remove U+U2042 ASTERISM from the longpress special-character dialog.
(It does not exist in Droid Sans Fallback.) http://b/2220888 Change-Id: I5eb95ef425a1ac4440fcc9cd106fc21f3d702ea4main
parent
850d68b923
commit
cb3b687088
|
@ -73,7 +73,7 @@
|
|||
<Key android:codes="38" android:keyLabel="&"/>
|
||||
<Key android:codes="42" android:keyLabel="*"
|
||||
android:popupKeyboard="@xml/kbd_popup_template"
|
||||
android:popupCharacters="†‡⁂★"
|
||||
android:popupCharacters="†‡★"
|
||||
/>
|
||||
<Key android:codes="45" android:keyLabel="-"
|
||||
android:popupKeyboard="@xml/kbd_popup_template"
|
||||
|
|
Loading…
Reference in New Issue