|
|
|
|
@@ -5,8 +5,6 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/main_splash_bg"
|
|
|
|
|
android:clipChildren="true"
|
|
|
|
|
android:fitsSystemWindows="true"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<!-- 地图 -->
|
|
|
|
|
@@ -15,100 +13,104 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:id="@+id/cl_special_effect"
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
android:fitsSystemWindows="true"
|
|
|
|
|
android:paddingTop="25dp">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_wu1"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:id="@+id/cl_special_effect"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:alpha="0"
|
|
|
|
|
android:src="@drawable/wu1"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_wu2"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_wu1"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:alpha="0"
|
|
|
|
|
android:src="@drawable/wu1"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_wu2"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:alpha="0"
|
|
|
|
|
android:src="@drawable/wu2"
|
|
|
|
|
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
|
|
|
|
|
android:id="@+id/module_main_id_entrance_fragment_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:alpha="0"
|
|
|
|
|
android:src="@drawable/wu2"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
android:layout_marginLeft="@dimen/module_main_id_entrance_fragment_container_marginLeft"
|
|
|
|
|
android:paddingLeft="@dimen/module_main_apps_fragment_container_padding"
|
|
|
|
|
android:paddingTop="@dimen/module_main_apps_fragment_container_paddingTop"
|
|
|
|
|
android:paddingRight="@dimen/module_main_apps_fragment_container_padding"
|
|
|
|
|
android:paddingBottom="@dimen/module_main_apps_fragment_container_paddingTop" />
|
|
|
|
|
|
|
|
|
|
<!--预警视图 OBU、云端下发、自车感知、自车策略-->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_waring_fragment"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
<!-- 浮层-->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_floating_view"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<!-- 快捷操作浮层 -->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_entrance_fragment_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginLeft="@dimen/module_main_id_entrance_fragment_container_marginLeft"
|
|
|
|
|
android:paddingLeft="@dimen/module_main_apps_fragment_container_padding"
|
|
|
|
|
android:paddingTop="@dimen/module_main_apps_fragment_container_paddingTop"
|
|
|
|
|
android:paddingRight="@dimen/module_main_apps_fragment_container_padding"
|
|
|
|
|
android:paddingBottom="@dimen/module_main_apps_fragment_container_paddingTop" />
|
|
|
|
|
<!-- 目的地车友 -->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_message_history_fragment_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginLeft="@dimen/module_main_id_entrance_fragment_container_marginLeft" />
|
|
|
|
|
|
|
|
|
|
<!-- 浮层-->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_floating_view"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<!-- 目的地车友 -->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_message_history_fragment_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginLeft="@dimen/module_main_id_entrance_fragment_container_marginLeft" />
|
|
|
|
|
|
|
|
|
|
<!--搜索视图-->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_search_fragment"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
<!--搜索视图-->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_search_fragment"
|
|
|
|
|
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" />
|
|
|
|
|
<!--网约车视图-->
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/module_main_id_och_fragment"
|
|
|
|
|
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
|
|
|
|
|
android:id="@+id/module_main_id_smp_fragment"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<!--冷启动过渡Logo-->
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:id="@+id/module_main_id_cover_up"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/main_splash_bg"
|
|
|
|
|
android:clipChildren="true"
|
|
|
|
|
android:fitsSystemWindows="true">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@drawable/main_bitmap_splash_icon"
|
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:layout_constraintVertical_bias="0.47" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
<!--冷启动过渡Logo-->
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:id="@+id/module_main_id_cover_up"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/main_splash_bg">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@drawable/main_bitmap_splash_icon"
|
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:layout_constraintVertical_bias="0.47" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|