mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-05 01:26:23 +00:00
Merge pull request #7055 from sauravrao637/7048
Added night variant for splash_background.xml
This commit is contained in:
commit
22c5135740
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