Search code examples
androidgeometrypagerindicator

ViewPager indicator like in Nexus 5 launcher


Yeah, I know about Jake Wharton's library. But do anyone know pager indicator, like in Nexus 5 launcher:

https://i.sstatic.net/dALAH.png

So, circles are switching with effect - big circle became small and small is shifting.


Solution

  • You can do that by changing round big image to small image resources & viceversa dynamically on OnPageChangeListener method of viewPager.