android-FlipView icon indicating copy to clipboard operation
android-FlipView copied to clipboard

How to change Shadow color

Open ashwanikumar04 opened this issue 10 years ago • 1 comments

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.

ashwanikumar04 avatar Jul 20 '15 04:07 ashwanikumar04

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.

janoschp avatar Mar 03 '17 21:03 janoschp