Pixelcat-App-Android/app/src/main/res/drawable/pixelcat_gradient.xml

11 lines
417 B
XML
Raw Normal View History

2020-06-12 15:44:45 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:angle="0"
2020-09-24 20:47:54 +02:00
android:endColor="?attr/pixelcat_gradient_color_end"
android:centerColor="?attr/colorPrimary"
android:startColor="?attr/pixelcat_gradient_color_start"
2020-06-12 15:44:45 +02:00
android:type="linear" />
</shape>