1
0
This repository has been archived on 2025-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
wulkanowy-mirror/app/src/main/res/drawable/ic_circle_notification.xml
JestemKamil 7a4032dda4
Add mute message senders (#2415)
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
2024-02-29 21:30:02 +01:00

11 lines
264 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorPrimary" />
<size
android:width="10dp"
android:height="10dp" />
</shape>