18 lines
628 B
XML
18 lines
628 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512"
|
|
android:width="512dp"
|
|
android:height="512dp">
|
|
<path
|
|
android:pathData="M0 0h512v512H0z"
|
|
android:fillType="evenOdd"
|
|
android:fillColor="#FF0000" />
|
|
<path
|
|
android:pathData="M96 208h320v96H96z"
|
|
android:fillType="evenOdd"
|
|
android:fillColor="#FFFFFF" />
|
|
<path
|
|
android:pathData="M208 96h96v320h-96z"
|
|
android:fillType="evenOdd"
|
|
android:fillColor="#FFFFFF" />
|
|
</vector> |