I have an Activity (Main) which shows tabs like this:
Main
private void initTabs(){ mTabHost = getTabHost(); // The activity TabHost Intent inte
So I found the answer.
I have an admob adview in my Main, which seems the cause of this problem. This is the xml:
When I remove the adview, the problem doesn't occur.
Now to solve this, I've changed the xml into this: