mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -516,7 +516,7 @@ object ChapterProvider {
|
||||
ReviewColumn(
|
||||
start = absStartX + xStart,
|
||||
end = absStartX + xEnd,
|
||||
count = 2
|
||||
count = 100
|
||||
)
|
||||
}
|
||||
else -> {
|
||||
|
||||
Reference in New Issue
Block a user