18 lines
632 B
XML
18 lines
632 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="#0000B4" />
|
|
<path
|
|
android:pathData="M0 80.5h512v343.7H0z"
|
|
android:fillType="evenOdd"
|
|
android:fillColor="#FFFFFF" />
|
|
<path
|
|
android:pathData="M0 168.2h512v168.2H0z"
|
|
android:fillType="evenOdd"
|
|
android:fillColor="#D90000" />
|
|
</vector> |