I am adding three text views in a activity. I need scrollview for every textview. If i add scroll view the third one is only have the scroll view. How to set scroll view for all
You can arrange this quite easily by adding a property android:weight to each of your scrollviews.
android:weight
This does the trick :