7 lines
254 B
XML
7 lines
254 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="rectangle">
|
||
|
|
<solid android:color="@color/card_bg"/>
|
||
|
|
<stroke android:width="1dp" android:color="@color/gray_light"/>
|
||
|
|
<corners android:radius="8dp"/>
|
||
|
|
</shape>
|