500px / 500px-android-blur

Android Blurring View
http://developers.500px.com/2015/03/17/a-blurring-view-for-android.html
MIT License
2.69k stars 326 forks source link

Add translation stuff to support ViewGroups with scroll features (specifically ViewPager) #10

Open lukaci opened 9 years ago

lukaci commented 9 years ago

This change enables the correct display of a blurred ViewPager. A translation applied to the blurringCanvas equal to the scroll amount was needed. The blurring view still needs to be invalidated manually when viewpager scrolls.

dima-ko commented 8 years ago

Need that fix too. lukaci's code works correct