How to add scroll bar in textview when the content of textview exceeds in gridview
Shay Wilner
1,746
Reputation points
Hello
i have a grid layout and a gridview ,the grid layout is set to columnCount="7"
and 6 textview and one button. the textview have the same layout columnweight .
The problem appears when the content of the left textview exceeds so the other textview are pushed to the right and become "invisible".
Is there a possibility to add a horizontal scroll bar at the bottom of the gridlayout
I try to add android:scrollbars="horizontal" to the textview but it doesn't work
Thanks
Sign in to answer