alaskartv-app/res/drawable/app_banner_background.xml

10 lines
263 B
XML
Raw Permalink Normal View History

2024-12-15 02:31:56 +00:00
<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>