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

7 lines
319 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" />
2022-04-22 09:32:58 +00:00
<corners android:topLeftRadius="@dimen/bottom_sheet_radius" android:topRightRadius="@dimen/bottom_sheet_radius" />
2022-04-04 14:39:57 +00:00
</shape>