Skip to content

Commit

Permalink
fix(social): thick bar
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush2622 committed Apr 27, 2024
1 parent f4c95b6 commit 7ecdbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/ani/dantotsu/home/status/CircleView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7ecdbfd

Please sign in to comment.