maltaisn / another-notes-app

Another notes app for Android, like there have been tens of thousands before.
Apache License 2.0
351 stars 36 forks source link

Fix system bars overlapping with toolbar and navigation drawer (#56) #103

Closed nhoeher closed 1 year ago

nhoeher commented 1 year ago

This fixes the bug described in #56 and makes sure that all toolbar elements are visible in landscape mode.

Before

image

After

image

This also improves padding calculation for the navigation drawer. Previously, the vertical padding around the "Another Notes" header within the navigation drawer would sometimes be uneven, which looked a bit wrong.