x7_red_dot.xml 244 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="oval">
  4. <solid android:color="#cc0033" />
  5. <size android:width="4dp"
  6. android:height="4dp"/>
  7. </shape>