9 lines
371 B
XML
9 lines
371 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:top="8dp" android:left="8dp" android:right="8dp" android:bottom="8dp">
|
||
|
<shape android:shape="oval">
|
||
|
<solid android:color="@color/notification_profile_schedule_background_tint" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
</layer-list>
|