1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-06 03:53:19 +00:00
NewPipe/app/src/main/res/drawable/splash_background.xml

12 lines
368 B
XML
Raw Normal View History

2019-01-31 17:13:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
2021-03-28 19:35:03 +00:00
<item
android:drawable="@color/light_youtube_primary_color"/>
2019-01-31 17:13:00 +00:00
2021-03-28 19:35:03 +00:00
<item>
<bitmap
android:src="@drawable/ic_newpipe_triangle_white"
android:gravity="center_vertical|center_horizontal" />
</item>
</layer-list>