Files
card-android/app/src/main/res/drawable/shape_e5e3e0_8dp.xml

6 lines
219 B
XML
Raw Normal View History

2024-03-07 21:00:40 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
<solid android:color="#E5E3E0" />
</shape>