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