android-FlipView
android-FlipView copied to clipboard
How to change Shadow color
Hello: Thanks for the library. Is there anyway to change the shadow color? Currently it is BLACK. Can it be changed to some other color?
Thanks.
You can do that if you copy the library classes into your project. In the class FlipView in the init function you will find the line mShadowPaint.setColor(Color.BLACK); change it to which ever color you like.