-
Notifications
You must be signed in to change notification settings - Fork 102
Attach to ViewPager2 #23
Comments
Hi there, I ran into the same scenario where I was using ViewPager2 and wanted to use ScrollingPagerIndicator Library along with it. So, I came up with the following solution. Create a File with the following Code
and then attach ViewPager2 with ScrollingPagerIndicator using the following line
Voila! Enjoy! |
@vishal1337 Looking at the current |
Works fine: Before: After: |
Would be nice to use this with ViewPager2.
The text was updated successfully, but these errors were encountered: