fix(social): thick bar

This commit is contained in:
aayush262 2024-04-27 09:48:50 +05:30
parent f4c95b6cc0
commit 7ecdbfd42f

View file

@ -17,7 +17,7 @@ class CircleView(context: Context, attrs: AttributeSet?) : View(context, attrs)
private var booleanList = listOf<Boolean>() private var booleanList = listOf<Boolean>()
private val paint: Paint = Paint(Paint.ANTI_ALIAS_FLAG).apply { private val paint: Paint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
style = Paint.Style.STROKE style = Paint.Style.STROKE
strokeWidth = 4f strokeWidth = 6f
} }
@SuppressLint("DrawAllocation") @SuppressLint("DrawAllocation")