From a0aae2132f4fdfb533f9cfe12b77bee205a7f1e8 Mon Sep 17 00:00:00 2001 From: liujing Date: Wed, 8 Dec 2021 10:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=96=87=E6=A1=88?= 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 1f27d8e35e..22013e4c85 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_icon_error_color" 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 9d3659b274..c4b8bc1ebf 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"