I have added a scrollView and if deploy on the android tablet,it has some problems. But it works fine on cellphone.
When users move to the top or bottom of the whole page,it will automatically show the blue shadow which indicates users reaching the bottom of the page. I want to remove those indicator since it affects the UI.
Is there any way to remove or set in the XML?
I have tried different parameter to set on the scrollview but it doesn't work.
Please help.
fadingEdge is deprecated. Use this in your ScrollView:
android:overScrollMode="never"