How to set the color of an Android ScrollView fading edge?

Posted by ashooner on Stack Overflow See other posts from Stack Overflow or by ashooner
Published on 2010-04-14T20:41:01Z Indexed on 2010/04/14 20:43 UTC
Read the original article Hit count: 1244

Filed under:
|

I have an Android scrollview with a white background. The fading edge is a white translucent gradient. I would like to change it be black instead of white. I have a ListView in the same project with a white background that has a black fading edge by default, but I can't find where (if anywhere) that was set.

© Stack Overflow or respective owner

Related posts about android

Related posts about scrollview