mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 12:32:31 +01:00
added night variant for splash_background.xml
This commit is contained in:
parent
c12ac64678
commit
ae8e72f34b
12
app/src/main/res/drawable-night-v23/splash_background.xml
Normal file
12
app/src/main/res/drawable-night-v23/splash_background.xml
Normal 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/dark_youtube_primary_color"/>
|
||||
|
||||
<item
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:gravity="center"
|
||||
android:drawable="@drawable/splash_foreground"/>
|
||||
</layer-list>
|
12
app/src/main/res/drawable-night/splash_background.xml
Normal file
12
app/src/main/res/drawable-night/splash_background.xml
Normal 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/dark_youtube_primary_color"/>
|
||||
|
||||
<item>
|
||||
<bitmap
|
||||
android:src="@drawable/ic_newpipe_triangle_white"
|
||||
android:gravity="center_vertical|center_horizontal" />
|
||||
</item>
|
||||
</layer-list>
|
Loading…
Reference in New Issue
Block a user