fix(social): thick bar
This commit is contained in:
parent
f4c95b6cc0
commit
7ecdbfd42f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue