Android Unable to remove the color at the top and bottom

Thomas Lee picture Thomas Lee · Feb 28, 2012 · Viewed 15.3k times · Source

enter image description hereI 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.

Answer

Plegge picture Plegge · Oct 19, 2012

fadingEdge is deprecated. Use this in your ScrollView:

android:overScrollMode="never"