My app's system navigation bar doesn't work as expected. Here is a screenshot showing two different Android versions's navigation bar.
Left side image is API 28, Right side image is 25
My app's system navigation bar doesn't work as expected. Here is a screenshot showing two different Android versions's navigation bar.
Left side image is API 28, Right side image is 25
You can probably force a style in both (as in to prevent any changes) . If this changes, probably, there is a system parameter that is changing or doesn't exist anymore. I would take a look into styles.
I think this is your answer: https://stackoverflow.com/a/47774930/2796837