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
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..?
The text was updated successfully, but these errors were encountered:
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..?
The text was updated successfully, but these errors were encountered: