Hi all and thanks for reading,
I've been trying to put a scrollable view (TableLayout inside a ScrollView) inside another scrollable view (LinearLayout inside a ScrollView).
This didn't work very well because the table was almost impossible to scroll. So I tried with a ListView instead but couldn't get it to work, but i'm thinking that I'm doing something wrong.
What I need to do is put the scrollable view (which shows a list of orders) in an activity with a main scrollable view including other views.
So to summarize...
Activity <- Main scrollable view <- Scrollable view as "order list" with fixed headers and other views
Can anyone point me to some good examples or give me one? And is it possible to put other views as main view in a ListActivity?
Big thanks!
ScrollView
inside anotherScrollView
. – user