2022-10-24 18:18:39 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="9dp"/>
|
2022-10-25 14:05:33 +08:00
|
|
|
<solid android:color="#90000000"/>
|
2022-10-24 18:18:39 +08:00
|
|
|
</shape>
|