Reformat source code

This commit is contained in:
2024-01-30 19:38:32 -06:00
parent 45a82b3c2d
commit 248ba50a8e
2 changed files with 9 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ class RingView : View {
pRing!!.color = color
pRing!!.textSize = textSize
if (isStrokedTextEnabled){
if (isStrokedTextEnabled) {
pRing!!.style = Paint.Style.STROKE
pRing!!.strokeWidth = textSize / 15f
}