In my xml hierarchy, I have the root element as a RelativeLayout
and then a Scrollview
as a child. That ScrollView
then has a RelativeLayout
with views inside it.
My problem is that I cannot edit the contents in the ScrollView
as the design view of Android Studio doesn't show the entire ScrollView
. I've tried the toggle viewport render mode button but that doesn't change anything (note: my ScrollView
's fillviewport is true as well.
Is there a way I can see everything in my ScrollView
where the ScrollView
is a child of a RelativeLayout
in Android Studio's design view?