We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d3caa commit ca9a139Copy full SHA for ca9a139
README.md
@@ -1,3 +1,14 @@
1
+# Hello series: A project to learn System UI
2
+## What is it?
3
+To explore how to show/hide Status bar and Navigation bar like below
4
+> getActivity().getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM\_UI\_FLAG\_FULLSCREEN);
5
+
6
+## What I do?
7
+1. To summarize a little of knowledge about Status bar and Navigation bar like below
8
+2. To show the different testing result with different flag
9
+3. To create a simple app with ViewPager
10
11
+## What I learn?
12
1. View.SYSTEM\_UI\_FLAG\_LAYOUT\_STABLE 固定window位置,不刷新页面
13
2. View.SYSTEM\_UI\_FLAG\_HIDE\_NAVIGATION 隐藏导航栏
14
3. View.SYSTEM\_UI\_FLAG\_FULLSCREEN 隐藏状态栏
0 commit comments