I have a ScrollView inside which I am using ConstraintLayout. Now my ConstraintLayout has a lot of views inside it and user is suppose to scroll to view them (Obviously.) But I am using android studio layout editor and I am unable to place views beneath the views that are currently at the bottom.
What is the way around this issue? Other than I type them all in XML?