Home > Mobile >  Android scrollView how to remove the shadow of the slide
Android scrollView how to remove the shadow of the slide

Time:09-24

The shadow of android scrollView how to remove the slide
Note: this is not a shadow resistance of half moon shadow appears to be a full-screen
Even if like a ndroid: overScrollMode="never" to remove the half moon shadow
The shadow is still in



I interface is a toolbar a scrollView, scrollView put some linearlayout again and then put some pictures in it,
When the scrollview sliding found that the color of the toolbar will be look like bling bling
Doubt is the problem for the image glide is initially but later found not
Around the scrollview scroll halfway through interface becomes yellow while the toolbar is obviously deepened

Is there any way to solve any meet?

CodePudding user response:

Add in XML: android: fadingEdge="none"
Add: code ScrollView. SetHorizontalFadingEdgeEnabled (false);

CodePudding user response:

reference 1st floor JMSissi response:
add in XML: android: fadingEdge="none"
Add: code ScrollView. SetHorizontalFadingEdgeEnabled (false);


That's not what I said the shadow

Now found the bug in red rice cell phones will appear, but never on the tablet of shanzhai
  • Related