2019-12-03 17:57:21 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-05-27 11:21:11 -04:00
|
|
|
<solid android:color="@color/core_grey_80" />
|
2019-12-03 17:57:21 -04:00
|
|
|
<corners android:radius="30dp" />
|
|
|
|
</shape>
|