android-auto-scroll-view-pager icon indicating copy to clipboard operation
android-auto-scroll-view-pager copied to clipboard

Why i can't use this library..

Open pjs3065 opened this issue 6 years ago • 1 comments

Since I did migrate androidX, I can't use auto-scroll-view-pager library.

i did implementation in build.gradle(app) file. like below code. implementation ('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') { exclude module: 'support-v4' } also, i did sync project and clean code, rebuild. but i couldn't find 'cn.trinea.android.view.autoscrollviewpager.AutoScrollViewPager' in my xml.

how can i solve it..?

pjs3065 avatar Jun 26 '19 01:06 pjs3065

I've created kotlin version of this library and there AndroidX is supported. Feel free to use it: https://github.com/pzienowicz/androidx-auto-scroll-view-pager

pzienowicz avatar Sep 30 '19 09:09 pzienowicz