session-android/res/drawable/sticky_date_header_background_dark.xml
Niels Andriesse 52dc8d6b63 WIP
2020-01-14 10:27:17 +11:00

9 lines
248 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
<solid android:color="@color/compose_view_background" />
</shape>