SyntaxFix
Write A Post
Hire A Developer
Questions
Try to add Space widget after adding view like this:
layout.addView(view) val space = Space(context) space.minimumHeight = spaceInterval layout.addView(space)