private void removeStatusView()
 {
     mTabHost.RemoveView(statsView);
     statsView = null;
 }