Logo white

JAVA / Footsafety-Android

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Footsafety-Android
  • ..
  • drawable
  • red_circle_bg.xml
  • 项目初始化
    f7a13682
    “wangming” authored
    2024-10-29 20:37:51 +0800  
    Browse Code »
red_circle_bg.xml 226 Bytes
Edit Raw Blame History Permalink
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>