parent
024ea38b52
commit
5d3035667b
@ -0,0 +1,6 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<solid android:color="@color/green"/> |
||||
<!-- <stroke android:width="3dp" android:color="#B1BCBE" />--> |
||||
<corners android:radius="8dp"/> |
||||
</shape> |
||||
@ -0,0 +1,6 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<solid android:color="@color/red"/> |
||||
<!-- <stroke android:width="3dp" android:color="#B1BCBE" />--> |
||||
<corners android:radius="8dp"/> |
||||
</shape> |
||||
Loading…
Reference in new issue