Hi I have a question How to create cardview with ...
# android
i
Hi I have a question How to create cardview with blur background?
google 2
d
How is this Kotlin specific?
s
Hi I have a question How to create cardview with blur background in Kotlin* ? 🧌
m
One of the ways to do this would be to create an
ImageView
in the
CardView
with the size of
match_parent
. Once you have that, you blur your bitmap using
ScriptIntrinsicBlur
and apply that blur on the imageview. I hope this points you in the right direction
👍 1
d
@satyan same as with Java. This not kotlin specific question.
s
@dawidhyzy

https://media.tenor.com/images/a599efb532862b9a70ac5eab562279c2/tenor.gif

😂 1
205 Views