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

8 lines
231 B
XML
Executable File

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