[6.8.0]
[fea] [道路事件删除]
This commit is contained in:
@@ -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, "交通事故")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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, "交通事故")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user