kimi
2021-02-18 749a5510a9f014446a3cd6ba57b3cb0cc8148dc1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
 
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--    <gradient android:startColor="#E0E0E0"  android:endColor="#56E0E0" android:angle="0" />&lt;!&ndash;背景颜色渐变 angle为渐变角度&ndash;&gt;-->
    <solid android:color="#E0E0E0" /><!-- 背景填充颜色 -->
<!--    <stroke android:width="1dp" android:color="#fff" />&lt;!&ndash; 描边,边框宽度、颜色 &ndash;&gt;-->
    <corners android:radius="3dp" /><!-- 边角圆弧的半径 -->
<!--    <padding-->
<!--        android:left="5dp"-->
<!--        android:top="5dp"-->
<!--        android:right="5dp"-->
<!--        android:bottom="5dp"-->
<!--        />&lt;!&ndash; 四周留出来的空白 &ndash;&gt;-->
</shape>