优化
This commit is contained in:
@@ -25,6 +25,7 @@ class BookmarkDecoration(val adapter: BookmarkAdapter) : RecyclerView.ItemDecora
|
|||||||
private val textPaint = TextPaint().apply {
|
private val textPaint = TextPaint().apply {
|
||||||
textSize = 16f.spToPx()
|
textSize = 16f.spToPx()
|
||||||
color = appCtx.accentColor
|
color = appCtx.accentColor
|
||||||
|
isAntiAlias = true
|
||||||
}
|
}
|
||||||
private val textRect = Rect()
|
private val textRect = Rect()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user