How do I get a Edittext with both a phone input and the ability to hide the string. I know that
android:inputType=\"textPassword\"
hides th
android:password is deprecated, but AFAIK is the only way because android:inputType="phone|textPassword" is ignored ...
android:password
android:inputType="phone|textPassword"