[add] 我的分享-UI

This commit is contained in:
liujing
2020-08-10 11:46:43 +08:00
parent 811b9b93de
commit 35fd5bfccd
5 changed files with 29 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="12px"/>
<gradient
android:startColor="#5E6079"
android:endColor="#3F4057"
android:type="linear"/>
</shape>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/share_event_item_bg_color"/>
<corners android:radius="12px"/>
</shape>