Signal-Android/res/drawable/sticky_date_header_background.xml

8 lines
269 B
XML
Raw Normal View History

2018-06-26 10:27:44 -07: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-07-12 16:03:32 -07:00
<solid android:color="?attr/conversation_item_sticky_date_background_color" />
2018-06-26 10:27:44 -07:00
</shape>