Hide Bottom Toolbar On Scroll
Hide Bottom Toolbar On Scroll
Google plus uses nice animation to hide bottom toolbar on scroll down to make space to view posts in full screen. So that user can easily view posts on scroll down, and the toolbar quickly returns when user scrolls up. We can achieve this by CoordinatorLayout . The views can interact with other views inside CoordinatorLayout. Using Layout...