BayernMessenger/vector/src/main/res/drawable/shadow_top_dark.xml

8 lines
231 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="#212121"
android:startColor="#1a1a1a" />
</shape>