2018-06-26 10:27:44 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
2018-09-21 15:16:52 -07:00
|
|
|
<solid android:color="@color/core_grey_45"/>
|
2018-06-26 10:27:44 -07:00
|
|
|
<corners android:radius="10dp"/>
|
|
|
|
</shape>
|