pull/1352/head
gedoor 3 years ago
parent 710f167283
commit da947511d4
  1. 1
      app/src/main/java/io/legado/app/ui/widget/image/CoverImageView.kt

@ -121,6 +121,7 @@ class CoverImageView @JvmOverloads constructor(
authorPaint.strokeWidth = authorPaint.textSize / 5
startX = width * 0.8f
startY = height * 0.95f - author.size * authorPaint.textHeight
startY = maxOf(startY, height * 0.3f)
author.forEach {
authorPaint.color = Color.WHITE
authorPaint.style = Paint.Style.STROKE

Loading…
Cancel
Save