From 21ee82f818eb8fa92b48917e5eacc469c0b63c88 Mon Sep 17 00:00:00 2001 From: cuizhaofei Date: Fri, 23 Jul 2021 14:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/main/resources/base/layout/view_empty.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/src/main/resources/base/layout/view_empty.xml b/library/src/main/resources/base/layout/view_empty.xml index 3a759eb..e03c932 100644 --- a/library/src/main/resources/base/layout/view_empty.xml +++ b/library/src/main/resources/base/layout/view_empty.xml @@ -1,7 +1,7 @@ + app:background="#000000" + app:ignore="ContentDescription"/> + app:text="@string/progressAbilityEmptyTitlePlaceholder"/> + app:text="@string/progressAbilityEmptyContentPlaceholder"/> \ No newline at end of file -- Gitee