André wrote: > Hello, > > I have a EditText window that fills up most of the screen. But when I > start typing in it always starts on the left side in the middle. I > want it to start top left corner. How do I do this?
Set the gravity of the EditText widget to left|top. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 14-18 June 2010: http://bignerdranch.com -- 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

