优化
This commit is contained in:
@@ -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 -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user