Abit/app/src/main/res/drawable/header.xml

10 lines
300 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="315"
android:endColor="#ff6502"
android:centerColor="#ff4f02"
android:startColor="#ff3902"
android:type="linear" />
</shape>