公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.巡检记录列表页的实现 2.巡检记录地图展示路径的详情页。 3.处理巡检记录详情页因打开同一个网址导致的webView不显示问题。 4.实现地图页搜...
zuoxiao
2025-02-21
ec6193939600ca7930193b1d5942b1700baf9e06
[android/pipIrrApp.git]
/
app
/
src
/
main
/
res
/
drawable
/
vector_distance.xml
1
2
3
4
5
6
7
8
9
10
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M12,10.9c-0.61,0 -1.1,0.49 -1.1,1.1s0.49,1.1 1.1,1.1c0.61,0 1.1,-0.49 1.1,-1.1s-0.49,-1.1 -1.1,-1.1zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM14.19,14.19L6,18l3.81,-8.19L18,6l-3.81,8.19z"/>
</vector>