mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-16 23:04:56 +00:00
12 lines
368 B
XML
12 lines
368 B
XML
<?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>
|
|
<bitmap
|
|
android:src="@drawable/ic_newpipe_triangle_white"
|
|
android:gravity="center_vertical|center_horizontal" />
|
|
</item>
|
|
</layer-list> |