Issue
Navigation bar can be seen in picture 1.But when i develop a app and build it, there is no navigation bar.
Please help me to overcome this problem
Solution
Try this :
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
you can check documentation also : check here
Answered By - Abhinav Gupta
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.