[fea]
[道路事件删除]
This commit is contained in:
yangyakun
2024-12-03 15:44:38 +08:00
parent aa172fc9e3
commit 6533e433ef
4 changed files with 10 additions and 8 deletions

View File

@@ -66,10 +66,10 @@ class OverMapView @JvmOverloads constructor(
//ovbv_bottom_icons?.setHasFixedSize(true)
iconListItemAdapter = IconListItemAdapter(
context, mutableListOf(
EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
// EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
// EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
// EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
// EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
)
)

View File

@@ -29,6 +29,7 @@
android:id="@+id/ovbv_bottom_icons_cl"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_150"
android:visibility="gone"
android:background="@color/common_232A3F"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true">

View File

@@ -77,10 +77,10 @@ class OverMapView @JvmOverloads constructor(
//ovbv_bottom_icons?.setHasFixedSize(true)
iconListItemAdapter = IconListItemAdapter(
context, mutableListOf(
EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
// EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
// EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
// EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
// EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
)
)

View File

@@ -31,6 +31,7 @@
android:paddingEnd="@dimen/dp_60"
android:paddingTop="@dimen/dp_4"
android:paddingBottom="@dimen/dp_4"
android:visibility="gone"
android:layout_width="@dimen/dp_690"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"