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

Draw ShimmerDrawable mDrawRect at correct position #60

Closed yarolegovich closed 6 years ago

yarolegovich commented 6 years ago

After translation, rotation pivot (width/2, height/2) doesn't correspond to the center of mDrawRect, which leads to an incorrect mDrawRect position. Perform translation after rotation to fix the issue.

re #59