• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Layout

ashx

Lurker
Hi,

I am having a problem with designing a layout. What I am after is a set of images on the left side of the screen which can scroll vertically and on the right side a set of say TextViews where that can scroll horizontally and vertically. When the TextViews scroll horizontally the images should not move to the left it should just stay there.

At the moment I have got Images on the left and TextViews on the right, but each TextView has its own ScrollView although I only have one ScrollView in the XML layout. So if the user wants to scroll horizontally they have to go to each TextView and then scroll where there should only be one ScrollView where that should take care of scrolling of all the TextViews.

If anybody knows how to do this or could point me to the right direction that would be great.

Thanks for any help.
 
Back
Top Bottom