Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我整天都在寻找这个,但我找不到任何库或代码来实现这个view pager animation。我想完全像这样实现(如下图所示)中心图像现在显示图像,上一个和下一个图像将显示在后面。在此先感谢,请通过分享您的知识来帮助我。提前致谢。
view pager animation
尝试这个:
mViewPager.setClipToPadding(false); mViewPager.setPageMargin(Utils.dpToPx(24)); mViewPager.setPadding(Utils.dpToPx(44), 0, Utils.dpToPx(44), 0);
你要找的就在这里。
您可以根据您的设计自定义它们,或者您可以了解基本的工作方式可能对您有帮助。
1) FancyCoverFlow
2)Coverflow安卓