add assets/survey_bottom_all_information.xml 和 CASS.xml

main
chenglifeng 7 months ago
parent cf69813227
commit c081604ae1
  1. 1114
      app/src/main/assets/CASS.xml
  2. 124
      app/src/main/assets/survey_bottom_all_information.xml
  3. 5
      app/src/main/res/layout/activity_coordinate_points_library.xml

File diff suppressed because it is too large Load Diff

@ -0,0 +1,124 @@
[
{
"tabName":"坐标信息",
"tabTip":"",
"functionItems":[
{
"id":"0",
"name":"X",
"isSelect":true,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"1",
"name":"Y",
"isSelect":true,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"2",
"name":"Z",
"isSelect":true,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"3",
"name":"纬度",
"isSelect":true,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"4",
"name":"经度",
"isSelect":true,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"5",
"name":"海拔",
"isSelect":true,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
}
]
},
{
"tabName":"基站信息",
"tabTip":"",
"functionItems":[
{
"id":"6",
"name":"基站ID",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"7",
"name":"基站距离",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
}
]
},
{
"tabName":"测量信息",
"tabTip":"投影距离:与上一个点的投影距离。(空间距离同理)",
"functionItems":[
{
"id":"8",
"name":"速度",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"9",
"name":"前进方位",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"10",
"name":"投影距离",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"11",
"name":"空间距离",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
}
]
},
{
"tabName":"计算信息",
"tabTip":"",
"functionItems":[
{
"id":"12",
"name":"累计平距",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
},
{
"id":"13",
"name":"累计斜距",
"isSelect":false,
"imageUrl":"icon_location_information_earth",
"background":"#86c751"
}
]
}
]

@ -264,7 +264,6 @@
android:layout_width="match_parent"
android:layout_height="@dimen/bt_height"
android:layout_weight="1"
android:textAppearance="@style/MyTextAppearanceBody1"
android:text="@string/filter" />
<Button
@ -272,7 +271,6 @@
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="@dimen/bt_height"
android:textAppearance="@style/MyTextAppearanceBody1"
android:layout_weight="1"
android:text="@string/edit" />
@ -281,7 +279,6 @@
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="@dimen/bt_height"
android:textAppearance="@style/MyTextAppearanceBody1"
android:layout_weight="1"
android:text="@string/delete" />
@ -290,7 +287,6 @@
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="@dimen/bt_height"
android:textAppearance="@style/MyTextAppearanceBody1"
android:layout_weight="1"
android:text="导出" />
@ -300,7 +296,6 @@
android:layout_width="match_parent"
android:layout_height="@dimen/bt_height"
android:layout_weight="1"
android:textAppearance="@style/MyTextAppearanceBody1"
android:text="@string/confirm" />
</LinearLayout>

Loading…
Cancel
Save