2022-07-18 15:31:45 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="10dp"/>
|
2022-08-31 13:37:51 +08:00
|
|
|
<solid android:color="#30000000"/>
|
2022-07-18 15:31:45 +08:00
|
|
|
</shape>
|