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

11 lines
370 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="@dimen/dp_3"/>
<gradient
android:type="linear"
android:startColor="#DCEBFE"
android:centerColor="#DEF1FB"
android:endColor="#E9FAFA"
android:angle="0"/>
</shape>