In my Android app, I use the header and footer. Between them, I have a table inside the scroll.
The problem is that I cannot see the footer, even if I add it the same way as the header using the include tag.
If I set the scroll height and width for a specific given length, it will work fine, but then again, when it changes orientation, it wonβt.
Can someone let me know how I can make my footer visible at the bottom of the screen without changing the scroll height?
android scrollview
Remmyabhavan
source share