2018-09-20 13:27:18 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
|
|
<stroke
|
|
|
|
android:width="1dp"
|
2019-03-14 17:01:23 -07:00
|
|
|
android:color="@color/core_white" />
|
2018-09-20 13:27:18 -07:00
|
|
|
|
|
|
|
<corners
|
|
|
|
android:radius="20dp" />
|
|
|
|
|
|
|
|
</shape>
|