本文介绍了Android的Cover Flow功能库,并删除之间的空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想,如下所示的图像来实现的Cover Flow视图。我也试着用Cover Flow功能,但不能达到完美的视图显示图像。减少的项目之间的空间。

I want to implement cover flow view as shown below image.I also tried with cover flow but cant achieved perfect view as show in image. Reduce the space between the items.

 this.fancyCoverFlow.setSpacing(-90); 

我试着用这条线和它的工作,但其他的问题下面的图像发生如没有得到同样的规格,以左,右。而从左至右工作正常滚动,但从右到左不正确的方式滚动。

I tried with this line and its working but other problem occur as shown below image not getting same spec to left and right .And scroll from left to right working fine but scroll from right to left not in correct way.

更新试试这个code

推荐答案

嘿,你可以试试: FancyCoverFlow Android系统的CoverFlow小部件

Hey you can try: FancyCoverFlowand android-coverflow-widget

这篇关于Android的Cover Flow功能库,并删除之间的空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 12:06