I wanted to hide the Toolbar when the user scrolls the PDF, the same way a NestedScrollView does, but this doesn't work for PDFView.
It would be great if we could just add @string/appbar_scrolling_view_behavior to the PDFView and it will work with the default behaviors of CoordinatorLayout.
I wanted to hide the
Toolbarwhen the user scrolls the PDF, the same way aNestedScrollViewdoes, but this doesn't work forPDFView.It would be great if we could just add
@string/appbar_scrolling_view_behaviorto thePDFViewand it will work with the default behaviors ofCoordinatorLayout.