Pauland

Results 4 comments of Pauland

Hello, you can use it with jitpack ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.voghDev:PdfViewPager:1.1.2' } ```

Yes, that's exactly what I did. I just was pointing the problem for your knowledge :)

If you want definitively remove divider in your listview, set android:divider="@null" and android:dividerHeight="0dp"