mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 07:43:56 +00:00
fix(social): thick bar
This commit is contained in:
@@ -17,7 +17,7 @@ class CircleView(context: Context, attrs: AttributeSet?) : View(context, attrs)
|
||||
private var booleanList = listOf<Boolean>()
|
||||
private val paint: Paint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
|
||||
style = Paint.Style.STROKE
|
||||
strokeWidth = 4f
|
||||
strokeWidth = 6f
|
||||
}
|
||||
|
||||
@SuppressLint("DrawAllocation")
|
||||
|
||||
Reference in New Issue
Block a user