目录字体
This commit is contained in:
@@ -350,12 +350,14 @@ class ChapterListAdapter(
|
|||||||
|
|
||||||
isDur -> {
|
isDur -> {
|
||||||
ivVolume.gone()
|
ivVolume.gone()
|
||||||
|
tvChapterName.textSize = 14f
|
||||||
tvChapterName.setTextColor(context.themeColor(androidx.appcompat.R.attr.colorPrimary))
|
tvChapterName.setTextColor(context.themeColor(androidx.appcompat.R.attr.colorPrimary))
|
||||||
tvChapterItem.setBackgroundColor(context.themeColor(com.google.android.material.R.attr.colorSurfaceContainer))
|
tvChapterItem.setBackgroundColor(context.themeColor(com.google.android.material.R.attr.colorSurfaceContainer))
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
ivVolume.gone()
|
ivVolume.gone()
|
||||||
|
tvChapterName.textSize = 14f
|
||||||
tvChapterName.setTextColor(context.themeColor(com.google.android.material.R.attr.colorOnSurface))
|
tvChapterName.setTextColor(context.themeColor(com.google.android.material.R.attr.colorOnSurface))
|
||||||
tvChapterItem.setBackgroundColor(context.themeColor(com.google.android.material.R.attr.colorSurface))
|
tvChapterItem.setBackgroundColor(context.themeColor(com.google.android.material.R.attr.colorSurface))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,7 +102,12 @@
|
|||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>1</item>
|
<item>1</item>
|
||||||
<item>2</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>
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION_MAJOR=3
|
VERSION_MAJOR=3
|
||||||
VERSION_MINOR=26
|
VERSION_MINOR=26
|
||||||
VERSION_PATCH=3
|
VERSION_PATCH=3
|
||||||
VERSION_SUFFIX=-beta.4
|
VERSION_SUFFIX=-beta.5
|
||||||
Reference in New Issue
Block a user