Dimezis / BlurView

Dynamic iOS-like blur of underlying Views for Android
Apache License 2.0
3.48k stars 331 forks source link

BlurView corner radius and corner width #171

Closed muxammed closed 2 years ago

muxammed commented 2 years ago

Hi there is there any capability of adding corner radius to BlurView? if there is please share Thanks

Dimezis commented 2 years ago

Just like with any other View https://github.com/Dimezis/BlurView/issues/37

muxammed commented 2 years ago

Thanks, what about make alertDialog window blured, is it possible with this library, if does please explain how

Dimezis commented 2 years ago

Please check other threads before asking a question, it has been discussed a couple of times. Also don't post all your questions in a single thread.

Yes, it's possible to use the BlurView with a dialog. The details depend on how you want it to look exactly. Try to code it, and then, if you'll have anything more specific to ask, create a new thread.