Some manga items styling

This commit is contained in:
Zakhar Timoshenko
2022-07-11 21:51:39 +03:00
parent 9599cdd2f6
commit 9dc3ad38fc
4 changed files with 98 additions and 90 deletions

View File

@@ -85,7 +85,7 @@ class ReadingProgressDrawable(
paint.color = backgroundColor
canvas.drawCircle(cx, cy, radius, paint)
}
val innerRadius = radius - paint.strokeWidth / 2f
val innerRadius = radius - paint.strokeWidth / 2.5f
paint.style = Paint.Style.STROKE
if (hasOutline) {
paint.color = outlineColor