From 32947888cb6c82522492e193fd966255e4cc028c Mon Sep 17 00:00:00 2001 From: liujing Date: Thu, 21 Oct 2021 11:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo-core-function-check/src/main/res/layout/check_list.xml | 2 +- .../src/main/res/layout/check_titel.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_list.xml b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_list.xml index 36967c39ca..dfea2f4c27 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_list.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_list.xml @@ -63,7 +63,7 @@ android:layout_gravity="center" android:layout_marginTop="@dimen/dp_20" android:gravity="center" - android:text="检测中..." + android:text="连接异常" android:textColor="@color/check_little_btn_green" android:textSize="@dimen/dp_36" app:layout_constraintTop_toTopOf="@+id/icon_auto_title" /> diff --git a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_titel.xml b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_titel.xml index e094921ce9..9d3659b274 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_titel.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_titel.xml @@ -24,7 +24,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="@dimen/dp_65" android:layout_marginTop="@dimen/dp_20" - android:text="自动驾驶车辆体检中,请稍候……" + android:text="连接异常,请关闭重试" android:textColor="@color/module_commons_wm_dialog_text_textColor" android:textSize="@dimen/dp_64" app:layout_constraintLeft_toRightOf="@+id/check_tip_image"