liveshow_item_dot.xml
332 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorRed" />
<size
android:width="7dp"
android:height="7dp" />
<stroke
android:width="1dp"
android:color="#19000000" />
</shape>