XML文件中添加以下方法:

android:fadingEdge=”none”
 
或者,代码中设置为false即可
 
ScrollView.setHorizontalFadingEdgeEnabled(false);