How can I hide action bar for certain fragment? I have searched for the answer at stackoverflow, but I have only found a solution, which involves disabling action bar for main a
getActionBar().hide() or getSupportActionBar().hide() (if using ActionBarCompat v7 lib). Regards
getActionBar().hide()
getSupportActionBar().hide()