[6.5.0]调整自动探查UI

This commit is contained in:
xuxinchao
2024-07-10 16:52:41 +08:00
parent 2f6d38211f
commit 2eeecf2b33
3 changed files with 12 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/dp_580"
android:layout_height="@dimen/dp_520"
android:background="@drawable/bg_automatic_exploration"
android:layout_width="@dimen/dp_674"
android:layout_height="@dimen/dp_582"
android:background="@drawable/hmi_v2n_event_bg_passenger"
xmlns:app="http://schemas.android.com/apk/res-auto">
<ImageView
@@ -13,6 +13,8 @@
app:layout_constraintLeft_toLeftOf="parent"
android:src="@drawable/icon_scan"
android:contentDescription="@string/exploration_scan"
android:layout_marginTop="@dimen/dp_68"
android:layout_marginStart="@dimen/dp_84"
/>
<ImageView
@@ -47,6 +49,8 @@
app:layout_constraintRight_toRightOf="parent"
android:src="@drawable/icon_exploration_close"
android:contentDescription="@string/exploration_close"
android:layout_marginTop="@dimen/dp_68"
android:layout_marginEnd="@dimen/dp_68"
/>
<androidx.recyclerview.widget.RecyclerView