android - Menu Drawer With ActionBar Tab using Fragment bug -


hi implemented navigation drawer in app can't figure out why navigation drawer appear below tabs. implemented navigation drawer , tabs using fragment. need disappear tab when call fragment. 2 problems cant figure out.

in fragment have try remove tabs. when calling fragment drawer in app icon are disappear still tab bar appeared without title , icon. fix problem.

what should hide actionbar using

public void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);     getwindow().requestfeature(window.feature_action_bar);     getactionbar().hide();     ......     ......  } 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -