1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-26 22:00:29 +08:00
修复
1. 漫画下载页加载不全
2. 高版本安卓(>=11)阅览漫画无法隐藏导航栏
3. 主页设置搜索类别永为暗色
4. 获取头像失败则闪退
优化
1. 恢复沉浸式状态栏
2. 升级组件库
This commit is contained in:
源文雨
2023-10-30 02:03:21 +09:00
parent 6819a87f1c
commit b4242e7e0a
26 changed files with 118 additions and 62 deletions

View File

@@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="16dp"
android:background="?attr/colorPrimarySurface"
android:visibility="gone"
android:visibility="visible"
app:layout_scrollFlags="scroll|enterAlways" />
<androidx.appcompat.widget.Toolbar

View File

@@ -3,4 +3,5 @@
android:id="@+id/mylv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:nestedScrollingEnabled="true" />
android:nestedScrollingEnabled="true"
android:paddingBottom="@dimen/global_content_padding_bottom"/>