公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_excel
进出入完善组织机构并加入导入人员和机构功能
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
554325746@qq.com
2019-08-07
07a66e53d2b4126c2004870d81a379d8ef0071da
[Android/Security_excel.git]
/
app
/
src
/
main
/
res
/
drawable
/
border_round_circle.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFFFFF" />
<corners android:radius="@dimen/w10"/>
<stroke
android:width="1dip"
android:color="#728ea3" />
</shape>