Skip to content

Conversation

@nikclayton
Copy link
Contributor

Previous code always set navigationBarColor and statusBarColor to transparent irrespective of the API level.

This only works on API 29 and above; if you do it on API levels lower than that the system navigation buttons (home, back, recents) are typically shown on a very similar colour to the background, making them very hard to see.

Fixes #221

Previous code always set `navigationBarColor` and `statusBarColor` to
`transparent` irrespective of the API level.

This only works on API 29 and above; if you do it on API levels lower
than that the system navigation buttons (home, back, recents) are
typically shown on a very similar colour to the background, making them
very hard to see.

Fixes pachli#221
@nikclayton nikclayton merged commit bd452b5 into pachli:main Nov 5, 2023
@nikclayton nikclayton deleted the 221-system-bar-buttons branch November 6, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

White buttons on white background for system buttons bar on older Androids

1 participant