effect_item_circle_selected.xml 283 B

123456789
  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
  5. android:color="@color/c80000000" />
  6. <stroke
  7. android:width="1dp"
  8. android:color="@color/faceunityYellow"/>
  9. </shape>