I want to create a TextView that does NOT wrap text, and allow vertical/horizontal scrolling?
The solution described here no longer works on 4.0.3.
Is there any solution for 4.x?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Wrap your text in a
HorizontalScrollViewfor horizontal scrolling:For vertical scrolling use
ScrollView.Also, this XML was just grabbed from the answer you referenced.