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

5 lines
315 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">
<solid android:color="@color/content_background" />
<corners android:topLeftRadius="@dimen/bottom_sheet_radius" android:topRightRadius="@dimen/bottom_sheet_radius" />
</shape>