I know this can be done by android xml, what should I do to make the left part bulge?
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>
Where should I get started with to get the exact shape on the left?