Search code examples
javaandroidandroid-layoutandroid-studioandroid-edittext

Android password XML attribute - Deprecated


How do I mask editText now?

enter image description here

My inputType is number. How should I mask it now and at the same time restricting it to just number?


Solution

  • You can use android:inputType="numberPassword" for the EditText.