2019-02-05 18:24:34 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:drawable="@color/light_youtube_primary_color"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:width="80dp"
|
|
|
|
android:height="80dp"
|
|
|
|
android:gravity="center"
|
2020-03-25 16:23:47 +01:00
|
|
|
android:drawable="@drawable/splash_foreground"/>
|
2019-02-05 18:24:34 +01:00
|
|
|
</layer-list>
|