Files
IntelligentShelves/app/src/main/res/drawable/shape_dialog_small.xml
T
2025-08-08 13:34:18 +08:00

6 lines
219 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="#90000000"/>
<corners android:radius="5dp"/>
</shape>