pdlivexp/common/src/main/res/drawable/instructor_operation_bg.xml

5 lines
192 B
XML
Raw Normal View History

2022-07-27 10:52:14 +08:00
<?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>