mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
8 lines
427 B
XML
8 lines
427 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
<corners android:radius="@dimen/daily_checkbox_corner_radius"/>
|
|
<stroke android:color="@color/brand_400" android:width="2dp" />
|
|
<size android:height="16dp" android:width="16dp" />
|
|
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
|
</shape>
|