公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix(net): 更新基础 URL 地址
zuoxiao
2025-08-18
4d4ea99692f385ee01ac1b86c48735c8825e737f
[android/pipIrrApp.git]
/
bigimage_library
/
src
/
main
/
res
/
drawable
/
gray_square_circle_bg_white_stroke.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="#4C000000" />
<stroke
android:width="1dp"
android:color="#ffffff" />
<corners android:radius="4dp" />
</shape>