mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-26 22:00:29 +08:00
v2.0.1
修复 1. 漫画下载页加载不全 2. 高版本安卓(>=11)阅览漫画无法隐藏导航栏 3. 主页设置搜索类别永为暗色 4. 获取头像失败则闪退 优化 1. 恢复沉浸式状态栏 2. 升级组件库
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user