From 17bdf0bb793ebc71ce608f1d4b1f3065fc4770c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=84=8F=E5=B8=86?= <1657098617@qq.com> Date: Tue, 7 Jun 2022 22:04:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=94=B9=20book=20=E4=B8=BA=20?= =?UTF-8?q?books=EF=BC=8C=E7=A1=AE=E4=BF=9D=E5=87=86=E7=A1=AE=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_remote_book.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_remote_book.xml b/app/src/main/res/layout/activity_remote_book.xml index fbbdefb98..35b5353d8 100644 --- a/app/src/main/res/layout/activity_remote_book.xml +++ b/app/src/main/res/layout/activity_remote_book.xml @@ -30,6 +30,15 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> + + @@ -47,10 +56,12 @@ android:layout_margin="16dp" android:gravity="center" android:visibility="gone" - android:text="webDav book文件夹为空" + android:text="webDav books文件夹为空" app:layout_constraintTop_toBottomOf="@+id/title_bar" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" tools:text="Empty" /> + + \ No newline at end of file