session-android/res/drawable/sticky_date_header_background_light.xml
2018-10-03 14:23:59 -07:00

8 lines
No EOL
236 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/core_grey_02" />
</shape>