1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-13 04:13:14 +08:00

v2.0.beta23

新增
1. 我的下载长按漫画删除/进入详情页
修复
1. 阅读漫画时隐藏底部时间栏失效
2. 竖向阅读时恢复阅读进度错位
3. 关闭动画时下载/初次观看章节第一页黑屏
This commit is contained in:
源文雨
2023-10-29 00:42:18 +09:00
parent 5d9db7a657
commit 0c470ff912
16 changed files with 160 additions and 59 deletions

View File

@@ -11,7 +11,7 @@
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swiperefresh"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_marginTop="64dp">
<top.fumiama.copymanga.views.ScrollRefreshView
@@ -27,7 +27,7 @@
<LinearLayout
android:id="@+id/fhl"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="@dimen/global_content_padding_bottom">