I want to make a scrollbar with a tiny little buttons on the bottom like the one on the images. what should I do?
CodePudding user response:
You might thinking of using ViewPager and a ViewPagerIndicator.
CodePudding user response:
you can use viewpager for that and for showing the dots you can make your custom drawable. and you can give height and width to main view according to your requirement, then it will work