first
This commit is contained in:
14
app/src/main/res/drawable/shape_jianbian1.xml
Normal file
14
app/src/main/res/drawable/shape_jianbian1.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<!-- 圆角 -->
|
||||
<corners android:radius="8dp"/>
|
||||
|
||||
<!-- 上 -> 下渐变 -->
|
||||
<gradient
|
||||
android:startColor="#D4F4E7"
|
||||
android:endColor="#F2FBFA"
|
||||
android:angle="270"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user