<Android Studio Kotlin how to make a Constraint La...
# stackoverflow
u
Android Studio Kotlin how to make a Constraint Layout scrollable with Scroll View? Basically I want to make the screen scrollable when the keyboard appears during text input, but no matter what I do it refuses to work. I made a Scroll View and put a Constraint Layout with all the elements in it. But it just refuses to scroll when the keyboard pops up. This is the .xml and this is how the activity looks like <a...