pdlivexp/common/src/main/res/drawable/instructor_operation_bg.xml
18401019693 9f30e724e9 11111
2022-07-27 10:52:14 +08:00

5 lines
192 B
XML

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