ScrollingPagerIndicator icon indicating copy to clipboard operation
ScrollingPagerIndicator copied to clipboard

Pager indicator inspired by Instagram. Lightweight and easy to set up.

Results 20 ScrollingPagerIndicator issues
Sort by recently updated
recently updated
newest added

On some devices it's not selected when attached to RecyclerView until I do scrolling. I found similar issue #22 with workaround, but I hope it could work correctly out of...

As title says on some devices I noticed that first dot was truncated. I tried to fix it by setting horizontal padding, but view just ignores it. ![ea774eb4-3d0a-4ec4-825e-5228edab84be](https://user-images.githubusercontent.com/64905459/177988569-af5caaba-20ef-45a3-94fc-8d72e6474503.png)

Android**X** recyclerView not compile when try to attachToRecyclerView?

My project has embedded androidx.recyclerview.widget.RecyclerView as code and when I try to use `attachToRecyclerView` I got error `Cannot access class 'androidx.recyclerview.widget.RecyclerView'. Check your module classpath for missing or conflicting dependencies`....

Thanks for the awesome library. I have used it in many projects. The issue I'm facing is how can I put it inside the layout of the recycler view item....

Would be nice to use this with [ViewPager2](https://developer.android.com/jetpack/androidx/releases/viewpager2).

Hi, I'm using ViewPager2 with ListAdapter in RecycleView. Every time data is updated, view is attached to viewPager, again. When changing adapter data, setting a new list, a crash from...

Hello there and thank you for this library I've found a bug. When attaching indicator to recyclerview that has reverse horizontal layout the indicator works with incorrect direction.

Thanks for this wonderful library.... But I have to use a circle indicator with stroke and fill color. Stroke and fill color are of different colors. How can I implement...

` ` `vHolder.indicator.attachToRecyclerView(vHolder.recyclerView,0); vHolder.indicator.setCurrentPosition(0); vHolder.indicator.setDotColor(vHolder.recyclerView.getContext().getResources().getColor(R.color.unselected_green)); vHolder.indicator.setSelectedDotColor(vHolder.recyclerView.getContext().getResources().getColor(R.color.selected_dark_green)); vHolder.indicator.setDotCount(RemoteConfigManager.init().getFeedFeatureNavList().size());`