How to create a blur effect on specific part of la...
# compose
k
How to create a blur effect on specific part of layout? I want to blur the content in the list only behind the bottom bar.
f
Blur is available only since Android 12. Related thread
k
Yeah, I am using Android 12. I want to create blur effect only on A12.
f
Ok, fine. Here is documentation
k
But it clipped my layout 😢
I want to preserve the content on the top, and blur the bottom content behind the bar. The content is scrollable.
z
Isn't this a scoping issue where you are blurring the wrong Composable?