remove splash for older android

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

View file

@ -2,11 +2,6 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@color/light_youtube_primary_color"/>
android:drawable="@color/dark_background_color"/>
<item>
<bitmap
android:gravity="center"
android:src="@drawable/splash_forground"/>
</item>
</layer-list>