Hi Devs, I need help :weary:, please how can I ach...
# compose
w
Hi Devs, I need help 😩, please how can I achieve this design ?
s
To get started, check out the TriangleShape in button demos. You'll want to do the same thing to make your own shape. https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]/material/demos/ButtonDemo.kt;l=178?q=compose%20TriangleShape
c
RoundedCornerShape
allows you to specify the radius of each corner independently
s
Oh right 🤦
r
create two cards and put them inside box
w
Thanks I will try the options given