My layout consists of a ScrollView which holds everything. At some point I need to show a View at the bottom of the screen on top (above) of ScrollView (so ScrollView goes behind the View) so I could scroll the screen up and down while this View still be sticked to a device’s screen bottom. Please advice guys how to do such a layout. Thank you.
My layout consists of a ScrollView which holds everything. At some point I need
Share
If you want the scrollview to go behind the view, this can be done like this:
(partial code copy from this SO question)
The scrollview will now expand beyond the View element.