Files
pdlivexp/common/src/main/res/drawable/bg_sys_svga.xml
2024-01-26 17:04:11 +08:00

5 lines
189 B
XML

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