RecyclerView item decoration - dots indicator.
-
Create a file named DotsPagerIndicatorDecoration in your project and copy the contents of DotsPagerIndicatorDecoration file.
-
Add the dots decoration to your recyclerview.
this.recyclerView.addItemDecoration(new DotsPagerIndicatorDecoration());- This class is a modification of the LinePagerIndicatorDecoration in recyclerviewItemDecorations project.