2019-11-12 10:18:57 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
2020-03-04 08:14:21 -05:00
|
|
|
<solid android:color="@color/core_ultramarine" />
|
2019-11-12 10:18:57 -04:00
|
|
|
<corners android:radius="2dp" />
|
|
|
|
</shape>
|