Files
Android-WaterProject/app/src/main/res/drawable/shape_white_coeners_8.xml
2026-05-17 15:09:25 +08:00

5 lines
214 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_8"/>
<solid android:color="@color/mainBackgroundColor"/>
</shape>