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="60dp" />
|
2022-08-30 15:00:28 +08:00
|
|
|
<solid android:color="#4D000000"/>
|
2022-07-18 15:31:45 +08:00
|
|
|
</shape>
|