another-widget/app/src/main/res/drawable/gradient_background.xml
Tommaso Berlose 13ba1e3281 First Commit
2017-10-06 18:13:30 +02:00

12 lines
388 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="90"
android:startColor="@color/colorNightDark"
android:endColor="@color/colorPrimary"
android:type="linear" />
</shape>
</item>
</selector>