- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="100dp"
- android:height="100dp"
- android:viewportHeight="100"
- android:viewportWidth="100">
- <path
- android:pathData="M0 0 L0 100 L100 80 L100 20"
- android:strokeColor="@color/orange"
- android:fillColor="@color/orange"
- android:strokeWidth="2" />
- </vector>
|