Hello , I'm trying to build a custom border for a ...
# compose
d
Hello , I'm trying to build a custom border for a card view. Something like in the below screenshot. Tried drawWIthContent method but could get the desired result
c
This just looks like a normal border? What does your current impl look like?
d
border with a checkmark
c
I would just add a border, then add a checkmark
t
I would do Card (with some content padding) Box Checkmark (top right) Card (padded, and bordered) I’m only saying the outer card because it looks like you’ve got rounded corners there on the white. If that’s just a screen shot artifact, just do the Box downwards
c
For the checkmark, I would just put it in the top right, and then use the offset modifier.