This commit is contained in:
kunfei
2022-09-13 12:20:45 +08:00
parent ad36b444b4
commit 3e8d9975fc
2 changed files with 2 additions and 1 deletions
@@ -33,6 +33,7 @@ data class ReviewColumn(
path.close() path.close()
ChapterProvider.reviewPaint.style = Paint.Style.STROKE ChapterProvider.reviewPaint.style = Paint.Style.STROKE
canvas.drawPath(path, ChapterProvider.reviewPaint) canvas.drawPath(path, ChapterProvider.reviewPaint)
ChapterProvider.reviewPaint.style = Paint.Style.FILL
canvas.drawText( canvas.drawText(
countText, countText,
(start + end) / 2, (start + end) / 2,
@@ -516,7 +516,7 @@ object ChapterProvider {
ReviewColumn( ReviewColumn(
start = absStartX + xStart, start = absStartX + xStart,
end = absStartX + xEnd, end = absStartX + xEnd,
count = 2 count = 100
) )
} }
else -> { else -> {