标签: android android-navigation-bar
How can I change navigation bar icons to dots? You can see what I mean in the pictures Thanks
答案 0 :(得分:0)
您可以使用SYSTEM_UI_FLAG_LOW_PROFILE:
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);