notification_icon_background.xml 201 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape android:shape="oval"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <solid android:color="@color/notification_icon_bg_color" />
  5. </shape>