I was recommended using a parent view to get horizontal scrolling right in my TextView:
I think you must use android:fillViewport="true" property for scroll-view Check This & This
android:fillViewport="true"
Go through a Tutorial
Doubt: Where is your container layout for scroll-view??