How could I setup an EditText field such that when it was selected for editing, all the text inside is selected so that it can be easily deleted.
I have tried android:selectAllOnFocus, but it seems my field is only in focus once...when the activity is started.. it it is displayed selected anyway..even before you select it. Any thoughts would be appreciated. -Mike -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

