PaintAR/app/src/main/res/drawable/rounded_rectangle.xml
2024-12-06 16:45:56 +08:00

6 lines
196 B
XML

<!-- res/drawable/rounded_rectangle.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#40FFFFFF"/>
<corners android:radius="16dp"/>
</shape>