habitica-android/Habitica/res/drawable/confetti_yellow.xml

7 lines
288 B
XML
Raw Permalink Normal View History

2019-10-10 17:57:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2023-05-10 11:45:20 +00:00
<size android:height="4dp" android:width="10dp" />
2021-02-05 11:29:31 +00:00
<solid android:color="@color/background_yellow" />
2023-05-10 11:45:20 +00:00
<corners android:radius="2dp" />
</shape>