I want to make a layout that lets me scroll down using constraint layout, but I don\'t know how to go about it. Should the ScrollView be the parent of the
ScrollView
Just use constraint layout inside NestedScrollView or ScrollView.
NestedScrollView
thats it. enjoy your coding.