
I am not able to make the upper view scroll with listview. The top view has clickable elements. The top view has different elements like image,text1,text2,table. The bottom layout has ListView. The whole view is wrapped inside Relative Layout.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is what I did . Hope it helps others who trip on this stuff.
main_layout.xml (this is encapsulated inside relative layout)
Then I created a headerview.xml (encapsulated inside linear layout with android:layout_width=”wrap_content”
android:layout_height=”wrap_content” )
And then to on my Listfragmet (or listview) I did this