I need a number keyboard on a PIN EditText
. I tried using
android:inputType="number|textPassword"
This brings up the number keypad, but the characters are not password chars.
How to get a number keypad that shows password chars in EditText
view?
The app runs on 2.2 and above.