emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
924 stars 273 forks source link

How to change Shadow color #61

Open ashwanikumar04 opened 9 years ago

ashwanikumar04 commented 9 years ago

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.

janoschp commented 7 years ago

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.