Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify how to change system UI on insets library #315

Closed
pablisco opened this issue Apr 8, 2021 · 0 comments · Fixed by #352
Closed

Clarify how to change system UI on insets library #315

pablisco opened this issue Apr 8, 2021 · 0 comments · Fixed by #352
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@pablisco
Copy link

pablisco commented Apr 8, 2021

Is your feature request related to a problem? Please describe.
The Guide on here mentions that we need to set setDecorFitsSystemWindows to false. However, there is no mention about how to make the status bar and navigation bars to be translucent.

Describe the solution you'd like
I've managed to make it work by adding android:statusBarColor and android:navigationBarColor to my xml Theme. However, I then realised that there is a separate library we can use to control the system UI. It may be worth mentioning it on the inset lib for future readers :)

PS: Thank you for the great work 😃

@pablisco pablisco added the enhancement New feature or request label Apr 8, 2021
@chrisbanes chrisbanes added the documentation Improvements or additions to documentation label Apr 9, 2021
@chrisbanes chrisbanes added this to the v0.7.2 milestone Apr 9, 2021
chrisbanes added a commit that referenced this issue Apr 20, 2021
Interlinks between the insets and system ui controller docs.

Fixes #315
chrisbanes added a commit that referenced this issue Apr 20, 2021
Interlinks between the insets and system ui controller docs.

Fixes #315
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants