This commit is contained in:
2020-08-14 18:20:31 +08:00
parent 95debe68f4
commit 9f536b6bdf
29 changed files with 665 additions and 458 deletions

View File

@@ -0,0 +1,10 @@
<?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>