I was thinking about something like that, but was hoping someone would point out some esoteric option in the API I overlooked.
Thanks. On Oct 20, 12:35 pm, Justin Anderson <[email protected]> wrote: > Not really, but you could fake it... > > Whatever your current value is, replace that with a string of *'s of the > same length (keep the original string around somewhere!). After the user > enters the text get the current string value, strip off the beginning *'s > and append the remaining text to the original string. > > Thanks, > Justin Anderson > MagouyaWare Developerhttp://sites.google.com/site/magouyaware > > > > > > > > On Thu, Oct 20, 2011 at 11:30 AM, darrinps <[email protected]> wrote: > > I have what I consider to be a rather odd requirement. > > > Give an EditView that is masked as in a password field and populated > > with some amount of text, I need to let the user enter more data that > > is unmasked. > > > So, the old data is masked out, and the new data that gets appended to > > the old data is unmasked. > > > Does anyone know how to do that easily? > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

