Skip to content

Commit db95d41

Browse files
authored
Merge pull request #10 from timonknispel/develop
Develop
2 parents 1a7ccf4 + d334511 commit db95d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ktloadingbutton/src/main/java/de/timonknispel/ktloadingbutton/KTLoadingButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class KTLoadingButton : View {
156156
)
157157
style = Paint.Style.STROKE
158158
strokeWidth = dp2px(borderThickness)
159-
isAntiAlias = false
159+
isAntiAlias = true
160160
}
161161

162162
resultPaint = Paint().apply {

0 commit comments

Comments
 (0)