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

11 lines
417 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:angle="0"
android:endColor="?attr/pixelcat_gradient_color_end"
android:centerColor="?attr/colorPrimary"
android:startColor="?attr/pixelcat_gradient_color_start"
android:type="linear" />
</shape>