14 lines
427 B
XML
14 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="#70707C" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:bottom="10dp"
|
|
android:drawable="@drawable/ic_invite_28dp"
|
|
android:left="10dp"
|
|
android:right="10dp"
|
|
android:top="10dp" />
|
|
</layer-list>
|