[android-developers] Re: EditTextPreference mask passwords

2008-11-11 Thread Brian Yarger
Thanks! I don't know why I didn't just try that, works great! Brian On Nov 11, 5:47 am, Christine <[EMAIL PROTECTED]> wrote: > There's a "password" attribute you can use in the xml file. > > On Nov 11, 5:25 am, Brian Yarger <[EMAIL PROTECTED]> wrote: > > > I've got a userpreferencethat is apass

[android-developers] Re: EditTextPreference mask passwords

2008-11-11 Thread Christine
There's a "password" attribute you can use in the xml file. On Nov 11, 5:25 am, Brian Yarger <[EMAIL PROTECTED]> wrote: > I've got a user preference that is a password.  Is there a way to mask > the input like there is with an EditText component?  Or do I need to > subclass EditTextPreference to