how hide navigation bar in android , android version?
i want make app fullscreen. no navigation bar shown while app running.
please give me detail this..thanks..
try code:
getwindow().setflags(windowmanager.layoutparams.flag_fullscreen, windowmanager.layoutparams.flag_fullscreen);
Comments
Post a Comment