cloudstream/app/src/main/res/drawable/splash_background.xml

8 lines
354 B
XML
Raw Normal View History

2021-08-14 17:42:47 +00:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
2021-09-19 20:33:39 +00:00
<color android:color="?attr/primaryBlackBackground"/>
2021-08-14 17:42:47 +00:00
</item>
<item android:width="150dp" android:height="150dp" android:gravity="center" android:drawable="@drawable/ic_launcher_foreground">
</item>
</layer-list>