Dantotsu/app/src/main/res/drawable/item_ongoing.xml
2024-02-06 02:16:10 -06:00

7 lines
No EOL
225 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="2dp"
android:color="#208358" />
<solid android:color="#6BF170" />
<corners android:radius="8dp" />
</shape>