Created
August 13, 2020 13:15
-
-
Save yuriyskulskiy/4913a27e75a90e220e4a075db3d04195 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void setSize(int width, int height) { | |
... | |
mPaint.setMaskFilter(new BlurMaskFilter(mBounds.bottom * BlUR_RADIUS_FACTOR, | |
BlurMaskFilter.Blur.NORMAL)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment