I need display a Layout on botton of ScrollView such as:
1 - If the height of the content of the ScrollView is less than the height of the ScrollView, the Layout should be at the bottom of the ScrollView
2 - If the height of the content of the ScrollView is greater than the height of the ScrollView, then the Footer Layout should hide and only show Title.
- When user scroll up to end of content, then Layout footer also scroll follow content.
PS: I'm using scrollview and must use it for my project.