公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.优化我的界面的更新本地数据功能添加loding 2.优化巡检详情页面增大放大级别 3.优化我的界面的更新本地数据功能所有接口都结束后显示数据更新成功
zuoxiao
2025-02-21
986648a7fc5d377d5c100ba41350e6313dcf6e5b
[android/pipIrrApp.git]
/
bigimage_library
/
src
/
main
/
res
/
drawable
/
shape_indicator_bg.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" />
<corners android:radius="5dp" />
<padding
android:left="10dp"
android:right="10dp" />
</shape>