You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Does it work by adding app: layout_behavior = "@ string / appbar_scrolling_view_behavior" to the PDFView and placing pdfView.setNestedScrollingEnabled (true) ?
I wanted to hide the
Toolbar
when the user scrolls the PDF, the same way aNestedScrollView
does, but this doesn't work forPDFView
.It would be great if we could just add
@string/appbar_scrolling_view_behavior
to thePDFView
and it will work with the default behaviors ofCoordinatorLayout
.The text was updated successfully, but these errors were encountered: