放大图标

This commit is contained in:
renhaoting 2026-01-12 15:20:39 +08:00
parent 0ffbda3334
commit ddbf7dd400
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -134,7 +134,7 @@ class CircleProgressBar @JvmOverloads constructor(
val centerY = height / 2f
val iconWidth = icon.width.toFloat()
val iconHeight = icon.height.toFloat()
val iconBorderMargin = 12.dp
val iconBorderMargin = 0.dp
val scale: Float = if (iconWidth > iconHeight) {