This commit is contained in:
kunfei
2022-09-13 12:20:45 +08:00
parent 4a99ae438e
commit 76b8dd8e72
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ data class ReviewColumn(
path.close()
ChapterProvider.reviewPaint.style = Paint.Style.STROKE
canvas.drawPath(path, ChapterProvider.reviewPaint)
ChapterProvider.reviewPaint.style = Paint.Style.FILL
canvas.drawText(
countText,
(start + end) / 2,

View File

@@ -516,7 +516,7 @@ object ChapterProvider {
ReviewColumn(
start = absStartX + xStart,
end = absStartX + xEnd,
count = 2
count = 100
)
}
else -> {