[add] 部分UI

This commit is contained in:
liujing
2020-08-18 16:43:30 +08:00
parent 14d3ee444e
commit 1af7263dad
10 changed files with 26 additions and 8 deletions

View File

@@ -7,4 +7,5 @@
android:endColor="#3F4057"
android:type="linear"
android:angle="180"/>
</shape>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:startColor="@android:color/transparent"
android:endColor="#10121E"/>
</shape>