diff --git a/app/src/main/java/ani/dantotsu/home/status/CircleView.kt b/app/src/main/java/ani/dantotsu/home/status/CircleView.kt index d8b5e28e..1bd979d7 100644 --- a/app/src/main/java/ani/dantotsu/home/status/CircleView.kt +++ b/app/src/main/java/ani/dantotsu/home/status/CircleView.kt @@ -17,7 +17,7 @@ class CircleView(context: Context, attrs: AttributeSet?) : View(context, attrs) private var booleanList = listOf() private val paint: Paint = Paint(Paint.ANTI_ALIAS_FLAG).apply { style = Paint.Style.STROKE - strokeWidth = 4f + strokeWidth = 6f } @SuppressLint("DrawAllocation")