Как скрыть системную панель навигации в Android ⇐ Android
-
Anonymous
Как скрыть системную панель навигации в Android
I have followed the Android developers guide on: how to hide the system navigation bar.
int uiOptions = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_FULLSCREEN; decorView.setSystemUiVisibility(uiOptions); It works OK, until I show an AlertDialog. When the Dialog is displayed, the navigation bar (the three icons: square, triangle and circle) are displayed on top of the app's controls.
Источник: https://stackoverflow.com/questions/469 ... in-android
I have followed the Android developers guide on: how to hide the system navigation bar.
int uiOptions = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_FULLSCREEN; decorView.setSystemUiVisibility(uiOptions); It works OK, until I show an AlertDialog. When the Dialog is displayed, the navigation bar (the three icons: square, triangle and circle) are displayed on top of the app's controls.
Источник: https://stackoverflow.com/questions/469 ... in-android
Мобильная версия