Chill_Screen/app/src/main/res/drawable/btn_button_apply.xml
2025-07-21 17:20:25 +08:00

10 lines
314 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FFC0CB"
android:endColor="#ffffff"
android:angle="0"
android:type="linear" />
<corners android:radius="25dp"/>
</shape>