Files
July/app/src/main/res/drawable/shape_deal.xml
2020-08-14 18:20:31 +08:00

10 lines
456 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:type="linear"
android:useLevel="true"
android:startColor="#ff2680eb"
android:endColor="#ff70b1ff"
android:angle="135" />
<corners android:topLeftRadius="0dp" android:topRightRadius="0dp" android:bottomLeftRadius="15dp" android:bottomRightRadius="0dp" />
</shape>