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

6 lines
200 B
XML
Raw Normal View History

2022-04-04 14:39:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/window_background" />
</shape>