2019-08-26 19:49:16 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<shape android:shape="oval">
|
2019-08-30 16:54:32 -04:00
|
|
|
<solid android:color="#70707C" />
|
2019-08-26 19:49:16 +01:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
<item
|
2019-08-30 16:54:32 -04:00
|
|
|
android:bottom="10dp"
|
|
|
|
android:drawable="@drawable/ic_invite_28dp"
|
|
|
|
android:left="10dp"
|
|
|
|
android:right="10dp"
|
|
|
|
android:top="10dp" />
|
2019-08-26 19:49:16 +01:00
|
|
|
</layer-list>
|