7 lines
328 B
XML
7 lines
328 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<!-- <solid android:color="@color/" /> <!– Use a color or resource of your choice –>-->
|
||
|
|
<corners android:radius="8dp"/>
|
||
|
|
<stroke android:color="@color/blue" android:width="2dp" />
|
||
|
|
</shape>
|