-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support mask #85
Comments
It supports rounded corners just like any other View. |
@Dimezis Thanks, it's working, however two issues there:
first issue I solved by providing almost transparent color second issue solved by extending BlurView
|
What do you mean by this? Well the thing is, BlurView is not anyhow special in regards to corners, clipping, etc. All the rules that apply to the regular View, work here as well. |
I mean if background is black it slightly tinted content to black |
The background color you define in XML drawable? |
Work great with rectangular shapes.
It will be great to see support for round corners or mask.
The text was updated successfully, but these errors were encountered: