9 lines
253 B
XML
9 lines
253 B
XML
|
|
<shape
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="rectangle">
|
||
|
|
<solid android:color="#FFD8DD"/>
|
||
|
|
<corners android:radius="4dp" />
|
||
|
|
<stroke android:color="@color/red"
|
||
|
|
android:width="1dp"/>
|
||
|
|
|
||
|
|
</shape>
|