[android-developers] Re: howto: scroll a text view

2009-05-29 Thread schwiz
k thanks again mark, not sure what was wrong the first time, guess I should stay away from the xml wizard seems to always cause problems for me On May 28, 11:43 pm, Mark Murphy mmur...@commonsware.com wrote: So are you saying this will actually work and did I possibly just have a typo

[android-developers] Re: howto: scroll a text view

2009-05-28 Thread Mark Murphy
I have a text view in the middle of a linear layout that I want vertical scrolling with I have set the flag for scrollbars vertical and it is showing up, but you can't actually scroll the text. Try wrapping it in a ScrollView. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy

[android-developers] Re: howto: scroll a text view

2009-05-28 Thread schwiz
I did try that, and it was working in the layout plugin in eclipse but then it would crash when I actually ran the plug in, I'll try again if you say this will work linear layout imageview/ scrollview textview/ /scrollview /linear layout in the plugin it was showing a scroll bar on my imageview

[android-developers] Re: howto: scroll a text view

2009-05-28 Thread Mark Murphy
So are you saying this will actually work and did I possibly just have a typo somewhere? Yes. A ScrollView wrapping a TextView is perfectly normal. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available!