公告板
版本库
活动
搜索
登录
android
/
FHAgentDriving
芳华代驾
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
注册增加字段,收益明细增加类型
lmw
2023-06-20
7e4a923b472a1ffb9d6deeb80302551ba4178ca3
[android/FHAgentDriving.git]
/
xldUtils
/
src
/
main
/
res
/
drawable
/
red_circle_bg.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item >
<shape android:shape="oval">
<corners android:radius="50dp"/>
<solid android:color="#e65c52"/>
</shape>
</item>
</selector>