mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 02:01:56 +00:00
5 lines
260 B
XML
5 lines
260 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
<stroke android:color="@color/brand_400" android:width="3dp" />
|
|
<size android:height="50dp" android:width="50dp" />
|
|
</shape>
|