fade navigation bar icons

时间:2016-10-24 22:02:16

标签: android android-navigation-bar

How can I change navigation bar icons to dots? You can see what I mean in the picturesnormal mode fade mode Thanks

1 个答案:

答案 0 :(得分:0)

您可以使用SYSTEM_UI_FLAG_LOW_PROFILE

执行此操作
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);