mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 10:18:12 +00:00
9 lines
394 B
XML
9 lines
394 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<item android:top="5dp" android:left="5dp" android:right="5dp" android:bottom="5dp">
|
||
|
|
<shape android:shape="oval">
|
||
|
|
<size android:height="48dp" android:width="48dp" />
|
||
|
|
<solid android:color="@color/white" />
|
||
|
|
</shape>
|
||
|
|
</item>
|
||
|
|
</layer-list>
|