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
Post a Comment