I’m using an EditText of some predefined size, however when a user enters more text then fits in the text box, they aren’t able to scroll the text with touch. Scrolling does work with a trackball.
What can I do to fix this?
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.
If you would like the text to scroll horizontally, define in your EditText XML tag:
If you would like a vertical scroll, define in your EditText XML tag:
Hope this helped.