Files
Android-WaterProject/app/src/main/res/drawable/shape_jianbian1.xml
fengjignqi 1b1575eb8a first
2026-05-16 16:19:39 +08:00

14 lines
349 B
XML

<?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>