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

10 lines
434 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="@color/pixelcat_gradient_warm_end"
android:centerColor="@color/pixelcat_gradient_warm_middle"
android:startColor="@color/pixelcat_gradient_warm_start"
android:type="linear" />
</shape>