viewPager.setClipToPadding(false);
viewPagerMusicCategory.setPadding(width/3, 0, width /3, 0);
viewPagerMusicCategory.setPageMargin(40));
I got next and previous preview by above code. But now i need that zoom effect for centred page.
Thanks in advance
....