zhibo/android-app/app/src/main/res/drawable/gradient_primary.xml

10 lines
300 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:startColor="#FF6B9D"
android:endColor="#C06C84"
android:type="linear" />
<corners android:radius="12dp" />
</shape>