10 lines
263 B
XML
10 lines
263 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="320dp"
|
||
|
android:height="180dp"
|
||
|
android:viewportWidth="320"
|
||
|
android:viewportHeight="180">
|
||
|
<path
|
||
|
android:fillColor="#101010"
|
||
|
android:pathData="M0,0h320v180h-320z" />
|
||
|
</vector>
|