Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谷歌照片应用可以隐藏导航栏、状态栏和操作栏中的图标。我想知道如何做到这一点。
在您的活动中使用此代码
View decorView = getWindow().getDecorView(); decorView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);