Skip to content

Instantly share code, notes, and snippets.

View feinstein's full-sized avatar

Michel Feinstein feinstein

  • Rio de Janeiro, Brazil
View GitHub Profile
@feinstein
feinstein / NestedScrollablePdfViewer.java
Created May 17, 2018 07:46
Attempt to implement Nested Scrollable PdfViewer
package br.com.feinstein.sidur.views;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v4.view.NestedScrollingChild2;
import android.support.v4.view.NestedScrollingChildHelper;
import android.util.AttributeSet;
import com.github.barteksc.pdfviewer.PDFView;