Dantotsu/app/src/main/res/drawable/notification_circle.xml
2024-03-08 00:45:13 +05:30

8 lines
250 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="#C6140A"/>
<size
android:width="100dp"
android:height="100dp"/>
</shape>