Skip to content

Commit ca9a139

Browse files
authored
Update README.md
update README.md with some descriptions
1 parent 67d3caa commit ca9a139

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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?
112
1. View.SYSTEM\_UI\_FLAG\_LAYOUT\_STABLE 固定window位置,不刷新页面
213
2. View.SYSTEM\_UI\_FLAG\_HIDE\_NAVIGATION 隐藏导航栏
314
3. View.SYSTEM\_UI\_FLAG\_FULLSCREEN 隐藏状态栏

0 commit comments

Comments
 (0)