|
|
|
@ -2,25 +2,21 @@ |
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.TitleBar |
|
|
|
|
android:id="@+id/titleBar" |
|
|
|
|
android:id="@+id/title_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:title="远程书籍" /> |
|
|
|
|
|
|
|
|
|
<!-- <io.legado.app.ui.widget.anima.RefreshProgressBar--> |
|
|
|
|
<!-- android:id="@+id/refresh_progress_bar"--> |
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
<!-- android:layout_height="2dp"--> |
|
|
|
|
<!-- app:layout_constraintTop_toBottomOf="@id/lay_top" />--> |
|
|
|
|
<io.legado.app.ui.widget.anima.RefreshProgressBar |
|
|
|
|
android:id="@+id/refresh_progress_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="2dp" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/titleBar" /> |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/title_bar" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.dynamiclayout.DynamicFrameLayout |
|
|
|
|
android:id="@+id/content_view" |
|
|
|
@ -43,4 +39,18 @@ |
|
|
|
|
<!-- app:layout_constraintBottom_toBottomOf="parent"--> |
|
|
|
|
<!-- app:layout_constraintTop_toBottomOf="@id/content_view"--> |
|
|
|
|
<!-- />--> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_empty_msg" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:visibility="visible" |
|
|
|
|
android:text="webDav book文件夹为空" |
|
|
|
|
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" /> |
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |