ฉันต้องการสร้างรูปร่างโดยมีมุมมนด้านซ้ายบนและมุมมนซ้ายล่าง:
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#555555"/>
<stroke android:width="3dp"
android:color="#555555"
/>
<padding android:left="1dp"
android:top="1dp"
android:right="1dp"
android:bottom="1dp"
/>
<corners android:bottomRightRadius="0dp" android:bottomLeftRadius="2dp"
android:topLeftRadius="2dp" android:topRightRadius="0dp"/>
</shape>
แต่รูปร่างข้างบนไม่ได้ให้สิ่งที่ฉันต้องการ มันทำให้ฉันได้รูปสี่เหลี่ยมผืนผ้าที่ไม่มีมุมโค้งมน