Manabu-GT / EtsyBlur

EtsyBlur is an Android library that allows developers to easily add a glass-like blur effect implemented in the Etsy app.
Apache License 2.0
757 stars 151 forks source link

blur bitmap is not fill screen #24

Open vanezkw opened 7 years ago

vanezkw commented 7 years ago

ViewUtil.drawViewToBitmap should be modified. int bmpWidth = (int) ((width - translateX) / downScaleFactor ); int bmpHeight = (int) ((height - translateY) / downScaleFactor);