[add] 部分UI
This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
android:endColor="#3F4057"
|
||||
android:type="linear"
|
||||
android:angle="180"/>
|
||||
|
||||
</shape>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user