2022-08-17 09:29:24 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners
|
|
|
|
android:bottomLeftRadius="10dp"
|
|
|
|
android:topLeftRadius="10dp" />
|
2022-08-31 13:37:51 +08:00
|
|
|
<solid android:color="#30000000" />
|
2022-08-17 09:29:24 +08:00
|
|
|
</shape>
|