目录字体

This commit is contained in:
HapeLee
2025-11-15 01:56:04 +08:00
parent 5a559a876d
commit d2be7ca683
3 changed files with 9 additions and 2 deletions
@@ -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))
}
+6 -1
View File
@@ -102,7 +102,12 @@
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
<string-array name="title_chapter_mode_value">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_MAJOR=3
VERSION_MINOR=26
VERSION_PATCH=3
VERSION_SUFFIX=-beta.4
VERSION_SUFFIX=-beta.5