Files
aerologic-app/module_gjc/src/main/res/drawable/send_shape.xml
2025-11-10 18:21:19 +08:00

5 lines
200 B
XML

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