[6.8.0]
[fea] [恢复 道路事件删除]
This commit is contained in:
@@ -66,10 +66,10 @@ class OverMapView @JvmOverloads constructor(
|
|||||||
//ovbv_bottom_icons?.setHasFixedSize(true)
|
//ovbv_bottom_icons?.setHasFixedSize(true)
|
||||||
iconListItemAdapter = IconListItemAdapter(
|
iconListItemAdapter = IconListItemAdapter(
|
||||||
context, mutableListOf(
|
context, mutableListOf(
|
||||||
// EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
|
EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
|
||||||
// EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
|
EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
|
||||||
// EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
|
EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
|
||||||
// EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
|
EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
android:id="@+id/ovbv_bottom_icons_cl"
|
android:id="@+id/ovbv_bottom_icons_cl"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/dp_150"
|
android:layout_height="@dimen/dp_150"
|
||||||
android:visibility="gone"
|
|
||||||
android:background="@color/common_232A3F"
|
android:background="@color/common_232A3F"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_centerHorizontal="true">
|
android:layout_centerHorizontal="true">
|
||||||
|
|||||||
@@ -77,10 +77,10 @@ class OverMapView @JvmOverloads constructor(
|
|||||||
//ovbv_bottom_icons?.setHasFixedSize(true)
|
//ovbv_bottom_icons?.setHasFixedSize(true)
|
||||||
iconListItemAdapter = IconListItemAdapter(
|
iconListItemAdapter = IconListItemAdapter(
|
||||||
context, mutableListOf(
|
context, mutableListOf(
|
||||||
// EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
|
EventDrawBean(R.drawable.mogo_quanxi_lukou, "全息路口"),
|
||||||
// EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
|
EventDrawBean(R.drawable.mogo_jingzhi_nor, "静止事件"),
|
||||||
// EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
|
EventDrawBean(R.drawable.mogo_shigong_image, "道路施工"),
|
||||||
// EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
|
EventDrawBean(R.drawable.mogo_shigu_nor, "交通事故")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
android:paddingEnd="@dimen/dp_60"
|
android:paddingEnd="@dimen/dp_60"
|
||||||
android:paddingTop="@dimen/dp_4"
|
android:paddingTop="@dimen/dp_4"
|
||||||
android:paddingBottom="@dimen/dp_4"
|
android:paddingBottom="@dimen/dp_4"
|
||||||
android:visibility="gone"
|
|
||||||
android:layout_width="@dimen/dp_690"
|
android:layout_width="@dimen/dp_690"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user