ananas/app/src/main/res/drawable-night/header_gradient.xml
2021-06-28 10:35:38 +02:00

5 lines
No EOL
197 B
XML

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