remove splash for older android

This commit is contained in:
Christian Schabesberger 2019-02-05 18:24:34 +01:00
parent 6bce2858bb
commit 081c364b66
5 changed files with 90 additions and 6 deletions

View file

@ -0,0 +1,12 @@
<?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"
android:drawable="@drawable/splash_forground"/>
</layer-list>