15 lines
427 B
XML
15 lines
427 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item>
|
||
|
<shape android:shape="oval">
|
||
|
<solid android:color="#eeefef" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item
|
||
|
android:bottom="12dp"
|
||
|
android:drawable="@drawable/ic_invite_24dp"
|
||
|
android:left="12dp"
|
||
|
android:right="12dp"
|
||
|
android:top="12dp" />
|
||
|
</layer-list>
|