Files
SmartPlateCabinet/app/src/main/res/drawable/shape_white_circle.xml
T
2026-01-19 14:32:48 +08:00

5 lines
193 B
XML

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