
Iden Rosenthal
797 PointsHelp my text and image views are hidden underneath my scroll view
I'm working through the interactive story project. Trouble is my scroll view is hiding my text view and image view. This happen to anyone else? Please advise.
1 Answer

Malcom T.L Musuma
11,361 PointsHello mate! Not sure what problem you are having exactly but you can try to add the values manually through the xml. For example:
<ScrollView
<ImageView/>
<TextView/>
<ScrollView/>
In between add the attributes of the view, hope that helps!
Happy coding :)