1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-29 23:30:41 +08:00
新增
1. 搜索可以加载更多
修复
1. 服务器错误数据导致的闪退(#34)
2. 保存封面超时导致的闪退(870551a6)
优化
1. 更新 targetSdkVersion 到 34(870551a6)
2. 搜索支持嵌套滚动
3. 底部按导航栏高度垫高
4. 升级 Gson 库
This commit is contained in:
源文雨
2023-10-31 00:03:10 +09:00
parent 870551a67c
commit 9972530851
20 changed files with 153 additions and 40 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include
layout="@layout/line_lazybooklines"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>