On Tue, May 17, 2011 at 10:54 AM, Samuh <[email protected]> wrote: > Thanks for the suggestions. > > We want the user to enter the text, only that it would not be done > using the Hard/Soft keyboard. Was of the opinion that setting the > InputType to null and then using a TextWatcher/ > customTransformationMethod to replace the character would help?
This adds no value. Your Buttons are the ones the user is tapping upon to enter the text. Just record what the user entered in. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.4 Available! -- 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

