Reformat source code

This commit is contained in:
Alinson S. Xavier 2024-01-30 19:38:32 -06:00
parent 45a82b3c2d
commit 248ba50a8e
No known key found for this signature in database
GPG Key ID: 0DA8E4B9E1109DCA
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
}