1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-27 06:10:29 +08:00

v2.0.beta20

新增
1. 卡片式漫画下载页
修复
1. 深色模式下状态栏不变色
This commit is contained in:
源文雨
2023-09-05 22:01:56 +08:00
parent b9f40eeeda
commit c4ae622880
20 changed files with 192 additions and 117 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>