公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.图片上传进度相关代码。 2.修复地图定位图标不居中问题。
zuoxiao
2024-12-27
65a6bde49652558ada5daa15eca03d5061465a00
[android/pipIrrApp.git]
/
app
/
src
/
main
/
res
/
drawable
/
bg_fillet_wite.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="@color/white" />
<corners android:radius="5dp" />
<stroke
android:width="1dp"
android:color="@color/white" />
</shape>