This commit is contained in:
liujing
2020-09-07 19:14:08 +08:00
parent f29eb4d30c
commit 2fdf10bc3f
8 changed files with 53 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_180" />
<gradient
android:angle="135"
android:endColor="#2E324B"
android:startColor="#585E8B"
android:type="linear"
android:useLevel="true" />
</shape>