2019-10-18 09:15:20 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<shape android:shape="oval">
|
2020-04-24 10:13:07 -03:00
|
|
|
<solid android:color="@color/core_grey_05" />
|
2019-10-18 09:15:20 -04:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
<item
|
2021-07-12 15:44:59 -03:00
|
|
|
android:bottom="12dp"
|
|
|
|
android:drawable="@drawable/ic_group_outline_new_28"
|
|
|
|
android:left="12dp"
|
|
|
|
android:right="12dp"
|
|
|
|
android:top="12dp" />
|
2019-10-18 09:15:20 -04:00
|
|
|
</layer-list>
|