FredJul / Flym

Flym News Reader is a light Android feed reader (RSS/Atom)
Other
953 stars 403 forks source link

Fix issue with transparent navigation in landscape orientation #671

Closed fireph closed 4 years ago

fireph commented 4 years ago

The transparent nav when in landscape orientation was causing all sorts of elements to render underneath the nav. The drawer now properly offsets as well as the SwipeRefreshLayout refreshing indicator bar. Also cleaned up some code and got the drawer header to render at the correct height with/without transparent status bar.

Also added support for coloring the navigation bar the same as the status bar in this PR.

Sorry I didn't handle these cases in my older PRs, I normally use gesture navigation which doesn't have these problems. 😅

Depends on https://github.com/FredJul/Flym/pull/670

Also fixes https://github.com/FredJul/Flym/issues/674

2020-09-17_14-50-43