facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

The shimmer is drawn at an incorrect position #59

Closed yarolegovich closed 6 years ago

yarolegovich commented 6 years ago

To make this noticeable:

  1. Don't set Xfermode on mShimmerPaint to see where mDrawRect is drawn.
  2. Decrease ShimmerLayout height.
  3. Increase tilt angle to 40 or more.
xiphirx commented 6 years ago

Thanks!