1
0

gray_circle.xml 291 B

12345678
  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="#BCBCBC" />
  5. <size
  6. android:width="@dimen/md_simplelist_icon"
  7. android:height="@dimen/md_simplelist_icon" />
  8. </shape>