session-android/app/src/main/res/drawable/sticky_date_header_background_light.xml

8 lines
236 B
XML
Raw Normal View History

2018-06-26 19:27:44 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
2018-09-22 00:16:52 +02:00
<solid android:color="@color/core_grey_02" />
2018-06-26 19:27:44 +02:00
</shape>