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