Fwiw, an EditText is just a TextView that has input methods and such set for editing. All of the text layout and other basic behavior is inherited from TextView.
On Sep 22, 12:54 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > yes, text it more or less 5 times bigger than TextView's area could > > show. > > i found in other threads that i should yet use ScrollView as a > > TextView parent. are you sure i don't have to use ScrollView? > > I'm really sorry. All through this discussion, I have been thinking you > were using EditText, not TextView. > > So, going back to your original situation... > > It might not be possible for a plain TextView to "fill" a ScrollView, > since the ScrollView's size is infinite. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

