[6.5.0]调整司机端自动探查样式

This commit is contained in:
xuxinchao
2024-07-09 11:48:01 +08:00
parent eaa17b7fe8
commit ca67f959a5
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -3,8 +3,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_15"
>
<ImageView

View File

@@ -1,7 +1,7 @@
<?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_500"
android:layout_height="@dimen/dp_421"
android:layout_width="@dimen/dp_600"
android:layout_height="@dimen/dp_520"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@drawable/bg_auto_exploration">