Dimezis / BlurView

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

Android 12 enables blur natively #168

Closed erickriva closed 2 years ago

erickriva commented 2 years ago

From version 12 of Android, it's enabled blurring views natively. It depends on OEMs enable a flag to work, so not all devices will have support, but it's still native.

Source: https://source.android.com/devices/tech/display/window-blurs?hl=en

Dimezis commented 2 years ago

Thanks, I'm aware of that. However, this API works only for translucent Windows (i.e. Dialogs and transparent Activities), which makes it unusable in context of this library