增加倒计时关闭弹窗的功能调用,先注释了,最后硬件实在解决不了再打开

Signed-off-by: chenfufeng <chenfufeng@zhidaoauto.com>
This commit is contained in:
董宏宇
2021-09-13 11:18:27 +08:00
committed by chenfufeng
parent ce27ff1cf0
commit 2841ab8f42
2 changed files with 10 additions and 9 deletions

View File

@@ -13,11 +13,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--小地图视图-->
<FrameLayout
android:id="@+id/module_main_id_smp_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--四个方向,碰撞预警-->
<FrameLayout
@@ -79,6 +74,11 @@
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<!--预警视图 OBU、云端下发、自车感知、自车策略-->
<FrameLayout
android:id="@+id/module_main_id_waring_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!-- 左侧阴影背景 -->
<FrameLayout
@@ -146,16 +146,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--网约车视图-->
<FrameLayout
android:id="@+id/module_main_id_och_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--预警视图 OBU、云端下发、自车感知、自车策略-->
<!--小地图视图-->
<FrameLayout
android:id="@+id/module_main_id_waring_fragment"
android:id="@+id/module_main_id_smp_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />