SchildiChat-android/vector/src/main/res/drawable/red_dot.xml

11 lines
254 B
XML
Raw Normal View History

2019-05-29 15:50:55 +03:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="8dp"
android:height="8dp" />
2021-06-09 12:51:04 +03:00
<solid android:color="?colorError" />
2019-05-29 15:50:55 +03:00
</shape>