I want to do ScrollView where the bottom view with information data when scrolling overlaps photo above (photo remains in the same place), as well as in google+ application in feed detail. Sorry for bad English. Thanks
Image what I want:
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.
You could use a an
ImageViewin the background for your top image and then put aScrollViewon top of it, either usingRelativeLayoutorFrameLayout. Then inside theScrollViewyou could use a verticalLinearLayoutand either use aSpaceas the first item in the list and make it the same size as theImageView, or you could simply set the margin of the first item to have a top margin that is the same size as theImageView.