Very strange showing on Android of a stroke with corners. Take a look on top right and bottom right corners
This is code:
val bgFormInputError = DrawableBuilder()
.cornerRadius(16)
.solidColor(bgColor)
.strokeColor(strokeBgColor)
.strokeWidth(2)
.build()
