Ads Here

Monday, November 1, 2021

Sketchware | Hide bottom navigation

 Code -


getWindow().getDecorView()

  .setSystemUiVisibility(

    View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY

  );




No comments:

Post a Comment