android carousel like gallery

时间:2012-06-07 07:54:04

标签: android android-view

嗨我想显示Caoursel就像画廊几乎CarouselView在iPhone中旋转属性我发现谷歌的两个项目包括渲染脚本

thisthis

但我的要求是这样的。我不想显示后视图,但它应该是3d格式。我努力但没有运气。enter image description here

我试图自定义上面的项目,但对我来说没有运气。

任何帮助将不胜感激 提前致谢

1 个答案:

答案 0 :(得分:2)

请参阅this链接,您需要进行一些修改

  /**
     * The maximum angle the Child ImageView will be rotated by
     */    
    private int mMaxRotationAngle = 60;<------------here 

    /**
     * The maximum zoom on the centre Child
     */
    private int mMaxZoom = -120;<------------here 

根据您的要求

Android Coverflow Widget

我改变了这两个变量,它看起来如下

![在此输入图片说明] [3]