详情页下拉刷新 close #2912

This commit is contained in:
Xwite
2023-03-26 11:28:34 +08:00
parent e33842835a
commit 70d645524e
+17 -18
View File
@@ -14,27 +14,26 @@
android:contentDescription="@string/bg_image" android:contentDescription="@string/bg_image"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<LinearLayout <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/vw_bg" android:id="@+id/refresh_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="#50000000" app:layout_constraintTop_toBottomOf="parent">
android:orientation="vertical">
<io.legado.app.ui.widget.TitleBar <LinearLayout
android:id="@+id/title_bar" android:id="@+id/vw_bg"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
app:layout_constraintTop_toTopOf="parent" android:background="#50000000"
app:title="@string/book_info" android:orientation="vertical">
app:themeMode="dark" />
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout <io.legado.app.ui.widget.TitleBar
android:id="@+id/refresh_layout" android:id="@+id/title_bar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/title_bar" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"> app:title="@string/book_info"
app:themeMode="dark" />
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@@ -398,8 +397,8 @@
</LinearLayout> </LinearLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </LinearLayout>
</LinearLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>