In my app, I would like to have a TextView DIRECTLY below a ListView. So if the ListView ends somewhere half of the screen, the TextView must be right there in the middle of the screen. But if the ListView covers more then the screen, so you have to scroll trough it, you also have to scroll for the TextView as its below the ListView. Have you got any idea on how to do that?
Thanks in advance!