How to remove the title bar from Android app -
how remove title bar app.?
i tried making changes in manifest file adding "notitlebar" @ end of theme , followed answer given in question
"how hide title bar activity in xml existing custom theme"
but none of them worked me.please help
you add in activity before set view in oncreate function.
getwindow().setflags(windowmanager.layoutparams.flag_fullscreen, windowmanager.layoutparams.flag_fullscreen); it because activity extending actionbaractivity. replace extending activity activity.
public class mainactivity extends activity i hope solve problem.
Comments
Post a Comment