He explicitly said he wanted horizontal scroll bars. Those are for horizontal scrolling; ScrollView supports only vertical.
If the OP wants to scroll a TextView, he should look at http://developer.android.com/reference/android/R.styleable.html#TextView_scrollHorizontally. On Feb 19, 3:00 pm, Mike <[email protected]> wrote: > I assume you want some part of a view in one of your layouts to > scroll? Place that view inside a ScrollView. > > - Mike > > On Feb 8, 11:02 pm, Chirayu Dalwadi <[email protected]> wrote: > > > hii folks, > > > How to apply horizontal scroll bars? > > > -- > > Warm Regards, > > Chirayu Dalwadi > > > Cell Number: +91-997-470-4341 > > Email: [email protected] > > Profile:http://www.google.com/profiles/chirayu.dalwadi > > > "Pain is temporary. Quitting lasts forever." -- Lance Armstrong -- 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

