1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-06 20:04:25 +00:00
NewPipe/app/src/main/res/drawable/toolbar_shadow_light.xml
2017-09-03 13:57:12 -03:00

8 lines
257 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="-90"
android:endColor="#00000000"
android:startColor="@color/light_shadow_start_color"/>
</shape>