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

5 lines
314 B
XML
Raw Normal View History

2022-04-22 09:32:58 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2022-07-25 09:07:46 +00:00
<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" />
</shape>