android - ListView inside ScrollView issue -


i need make layout picture below. can see have user info area, review area , comments area.

the entire layout should scrollable, because review should long, , review have lot of comments.

also comments area listview, thought should use scrollview scroll layout, doesn't work listview.

is there solution?

enter image description here

here picture when use listview header , footer. enter image description here

do not ever use listview inside scrollview because listview contain functionality of scrolling. use fill_parent width , height automatically scroll.

android:layout_width="fill_parent" android:layout_height="fill_parent" 

and scrolling whole layout can put review part inside header of listview


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -