mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
14 lines
395 B
XML
14 lines
395 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="@color/green_A700" />
|
|
<stroke android:width="1dp" android:color="@color/white" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:drawable="@drawable/ic_check_outline_22" />
|
|
|
|
</layer-list>
|