My app has a profile page. In that page, I have profile and header photos. And have a ListView
at below.
My ListView
scrolls correctly but not RelativeLayout
which contains profile and header photos.
I can't wrap the whole xml with ScrollView
because I have ListView
at there. It's not reasonable solution.
I want to make the whole page scrollable. I want photos behave like they are items in ListView
.
How can I do that?
Thanks in advance.
Note: Of course I looked for it but couldn't find any significant solution. Neither Google nor Stackoverflow could help.