Blame view

footsafety/app/src/main/res/drawable/red_circle_bg.xml 226 Bytes
f7a13682   “wangming”   项目初始化
1
2
3
4
5
6
7
8
9
10
11
  <?xml version="1.0" encoding="utf-8"?>
  <selector xmlns:android="http://schemas.android.com/apk/res/android">
  <item>
      <shape android:shape="oval">
  
          <solid android:color="#FF0F10" />
  
      </shape>
  </item>
  
  </selector>