android - How can i disable a scrollview? -
i using relativelayout , inside scrollview , inside linear layout , textview ensuring scrolling of textview, not want scroll text after particular condition. so, can this?
to make scrollbars invisible use attribute.
android:scrollbars="none" edit:
if there need of runtime changes on visibility or state of enabling, can use scrolview.setenabled(false) or android:enabled=false.
Comments
Post a Comment