mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
17 lines
561 B
XML
17 lines
561 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">
|
|
<size android:height="42dp" android:width="42dp"/>
|
|
<solid android:color="@color/universal_overlay"/>
|
|
</shape>
|
|
</item>
|
|
<item android:drawable="@drawable/ic_create_white_24dp"
|
|
android:left="7dp"
|
|
android:right="7dp"
|
|
android:top="7dp"
|
|
android:bottom="7dp"
|
|
android:scaleType="centerInside">
|
|
</item>
|
|
</layer-list>
|