掩藏ScrollBar

隐藏ScrollBarView的方法?XML里设置属性 android:ScrollBarsnone?Java代码里设置 void setHorizontalSc

隐藏ScrollBar

View的方法

?

XML里设置属性

android:ScrollBars="none"
?

Java代码里设置

void setHorizontalScrollBarEnabled(boolean horizontalScrollBarEnabled)//Define whether the horizontal scrollbar should be drawn or not.void setVerticalScrollBarEnabled(boolean verticalScrollBarEnabled)//Define whether the vertical scrollbar should be drawn or not.