mac
2024-05-30 bde413d383e3db95d2a255f6334fbbac7b9f373a
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_8" />
    <solid android:color="#38c494" />
</shape>