0

I know this can be done by android xml, what should I do to make the left part bulge? enter image description here

I have already tried the following code, but it only give me this:

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="1dp" android:color="#1276e7" />
    <corners android:radius="16dp" />
</shape>

enter image description here

Where should I get started with to get the exact shape on the left?

enter image description here

Hhry
  • 823
  • 1
  • 8
  • 19

0 Answers0