0

I wonder if there is a way to create this Layout in jetpack compose?

I tried using Draw Arc but it didn't look the same as the view.

Can someone help me with a link or a piece tip that can allow me to create m,y own Layouts to get the exact same view in the image? enter image description here

Ahmed Rabee
  • 185
  • 14
  • What you should draw in this question is 2 cubicTo. One for the left other for the right side. You can check out this answer for reference. https://stackoverflow.com/questions/74278453/jetpack-compose-cardview-with-arc-shape-on-border/74285035#74285035 Created that shape using the sample in tutorial. Using that as reference and x0, y0 point you can draw the handle shape – Thracian Dec 12 '22 at 10:29

0 Answers0