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
I believe this is what you want?
android:inputType="numberPassword"
Edit: At the time of the question (2010) this may have not been in the API, but for contemporary development, it's available.