sk22 / megalodon

Pink modification of the official Mastodon for Android app
https://sk22.github.io/megalodon
GNU General Public License v3.0
545 stars 36 forks source link

Hide other UI elements when scrolling #82

Open egel557 opened 1 year ago

egel557 commented 1 year ago

Hiding the other ui elements while scrolling really cleans up the screen and makes it more focused. Especially useful to clear up real estate for smaller screens. I think it would be a nice to hide the header, footer, and publish button. Then, just have them re-appear when you scroll up. It's a pretty standard feature that many apps have.

sk22 commented 1 year ago

have been considering this for the floating action button, but if i can figure out how to hide the other UI elements too, i might also try to implement that