when I use
<corners android:radius="12dp" />
<solid android:color="#ffffff" />
to set radius,the solid worked, but when I use
<corners android:bottomLeftRadius="12dp"
android:bottomRightRadius="12dp" />
<solid android:color="#ffffff" />
to set bottom radius, the "solid" not worked It is happend on One plus 6.0.1 I don't know why