mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-25 13:11:02 +00:00
7 lines
225 B
XML
7 lines
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> |