From d2be7ca683d9697e3ce7f5550d360f81cedf03fb Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Sat, 15 Nov 2025 01:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/legado/app/ui/book/toc/ChapterListAdapter.kt | 2 ++ app/src/main/res/values/array_values.xml | 7 ++++++- app/version.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/legado/app/ui/book/toc/ChapterListAdapter.kt b/app/src/main/java/io/legado/app/ui/book/toc/ChapterListAdapter.kt index ac9f68abb..b23471837 100644 --- a/app/src/main/java/io/legado/app/ui/book/toc/ChapterListAdapter.kt +++ b/app/src/main/java/io/legado/app/ui/book/toc/ChapterListAdapter.kt @@ -350,12 +350,14 @@ class ChapterListAdapter( isDur -> { ivVolume.gone() + tvChapterName.textSize = 14f tvChapterName.setTextColor(context.themeColor(androidx.appcompat.R.attr.colorPrimary)) tvChapterItem.setBackgroundColor(context.themeColor(com.google.android.material.R.attr.colorSurfaceContainer)) } else -> { ivVolume.gone() + tvChapterName.textSize = 14f tvChapterName.setTextColor(context.themeColor(com.google.android.material.R.attr.colorOnSurface)) tvChapterItem.setBackgroundColor(context.themeColor(com.google.android.material.R.attr.colorSurface)) } diff --git a/app/src/main/res/values/array_values.xml b/app/src/main/res/values/array_values.xml index 88a0850ee..6865c969b 100644 --- a/app/src/main/res/values/array_values.xml +++ b/app/src/main/res/values/array_values.xml @@ -102,7 +102,12 @@ 0 1 2 - 3 + + + + 0 + 1 + 2 \ No newline at end of file diff --git a/app/version.properties b/app/version.properties index 4a7fe3833..3014db1fe 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,4 +1,4 @@ VERSION_MAJOR=3 VERSION_MINOR=26 VERSION_PATCH=3 -VERSION_SUFFIX=-beta.4 \ No newline at end of file +VERSION_SUFFIX=-beta.5 \ No newline at end of file