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?
here picture when use listview header , footer.
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
Post a Comment