Dimezis / BlurView

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

add optional corner radius at the top #158

Closed ugurcandrk closed 2 years ago

ugurcandrk commented 3 years ago

add optional corner radius at the top. It can be used with .setBlurCornerRadius(20)

Dimezis commented 3 years ago

Thanks for the PR, but there's no need for any additional API. You can make rounded corners with the regular Android API. https://github.com/Dimezis/BlurView/issues/37