4 lines
150 B
XML
4 lines
150 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="8dp" />
|
|
<solid android:color="#F1B3B3" />
|
|
</shape> |