I was trying to make a semi oval shape. I did it but it's reverse. I want to make a oval shape like this image.
I tried this code
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="10dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:pathData="M0 -5.4a13 7 0 1 0 24 0V24H0z"
android:fillColor="@color/white"/>
</vector>
I collected this code from stackverflow. But there is a vector and i am not able to understand it completely.