Android Title bar leaving space in when application is resumed
- by user466607
I am using a Tab Host in my Android App. I have the Titlebar hidden.
When I leave the App and resume to it, I have some strange behaviour.
If I resume to a tab using a list activity with listView.setAdapter, the title bar is hidden and the space it takes up is consumed by the App. However, if I resume to any tab without the listView.setAdapter,…