2024-09-05 18:11:18 +09:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
2024-11-08 17:00:47 +09:00
|
|
|
<corners android:radius="@dimen/base_radius"/>
|
2024-09-05 18:11:18 +09:00
|
|
|
<solid android:color="#44000000"/>
|
|
|
|
|
|
2024-09-13 11:11:28 +09:00
|
|
|
<stroke android:width="1dp" android:color="#33FFFFFF"/>
|
2024-09-05 18:11:18 +09:00
|
|
|
</shape>
|