It's actually quite crazy. I had similar problems with scroll view. But from what you are saying, you are interested in scrolling the text-view. I would presume that the text-view has scroll-view bundled in it. If things are not working out, then try this (at least this is what I did): Derive scrollview and write your own class. Override scrollTo and other similar function with which you have control over scrolling.
On Thursday, April 5, 2012 7:51:23 AM UTC+5:30, Steve Cavanagh wrote: > Doesn't setting gravity to "bottom" do this? -- 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

