|
|
@ -11,7 +11,7 @@ import io.legado.app.lib.theme.accentColor |
|
|
|
|
|
|
|
|
|
|
|
object ChapterProvider { |
|
|
|
object ChapterProvider { |
|
|
|
val readAloudSpan = ForegroundColorSpan(App.INSTANCE.accentColor) |
|
|
|
val readAloudSpan = ForegroundColorSpan(App.INSTANCE.accentColor) |
|
|
|
private val titleSpan = RelativeSizeSpan(1.3f) |
|
|
|
private val titleSpan = RelativeSizeSpan(1.2f) |
|
|
|
|
|
|
|
|
|
|
|
fun getTextChapter( |
|
|
|
fun getTextChapter( |
|
|
|
textView: ContentTextView, bookChapter: BookChapter, |
|
|
|
textView: ContentTextView, bookChapter: BookChapter, |
|
|
|