habitica-android/Habitica/res/drawable/subscribe_incentive_bg_topround.xml
2023-08-28 11:36:13 +02:00

5 lines
286 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="#72CFFF" android:endColor="#77F4C7" />
<corners android:topLeftRadius="24dp" android:topRightRadius="24dp" />
</shape>