11 lines
374 B
XML
11 lines
374 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners
|
|
android:bottomLeftRadius="20dp"
|
|
android:bottomRightRadius="20dp"
|
|
android:topLeftRadius="20dp"
|
|
android:topRightRadius="20dp" />
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="@color/yellow_ffbe41" />
|
|
</shape> |