5 lines
152 B
XML
5 lines
152 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#880E4F" />
|
|
<corners android:radius="16dp" />
|
|
</shape>
|