Hi guys, I need to make UI like image below, but H...
# compose
p
Hi guys, I need to make UI like image below, but How to make background is blur?
d
There's Modifier.blur but it's Android 12+. Basically blur is not as easy to do as it is on iOS. Search in the channel and you'll find a few threads about it.
☝️ 2
☝🏻 1
j
use a blurred bitmap image behind the text
p
I used Modifier.blur, but it blur content, not background
z
You’d use Modifier.blur on the container that holds the background. If such a container doesn’t exist, you’d need to add it