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

9 lines
301 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_white" />
<corners
android:topLeftRadius="@dimen/dp_20"
android:topRightRadius="@dimen/dp_20" />
</shape>