razeware / emitron-Android

Android version of emitron
Apache License 2.0
55 stars 30 forks source link

Added fixes and padding when users change navigation settings #305

Closed filbabic closed 3 years ago

filbabic commented 3 years ago

When the user selects 2 or 3 button navigation, their bottom software navigation overlaps with some of our UI (buttons) on the Settings, Filter & Login screens.

For this reason I read the bottom insets at onResume() and update the DB logic to add more padding/margins to the bottom of the screen, so that all UI elements fit the screen & nothing overlaps.

Fixes #302.