Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialjim vorous
225 Pointscan't position second vertical layout
no matter where I drag and drop the second linear layout (vertical) it refuses to display the same way. if I drop it under the horizontal layout it covers the first linear layout (vertical). ben says that android studio automatically appends the layout to the first vertical linear layout but it most certainly does not
1 Answer
Vechnet makuyana
3,870 PointsWere do you want to put the layout what off when you try to run the application is it still showing that error
jim vorous
225 Pointsjim vorous
225 PointsI ended up figuring it out, I wanted it appended below the first vertical layout like how ben says it does it automatically in the video, however it was being placed above it which covered up the first vertical layout. I had to play around with dragging and dropping it. had to do it manually because it didn't do it by itself, thanks though