我们如何创建圆柱形viewpager?

时间:2015-04-10 12:28:28

标签: android android-viewpager carousel

我正在尝试实现这样的圆柱形视图寻呼机(而不是方形页面,我需要圆形页面)。

enter image description here

我尝试了ViewPager with previous and next page boundaries

如何制作这样的视图?

2 个答案:

答案 0 :(得分:0)

我建议您使用Fancy Cover Flow,这正是您要找的

<it.moondroid.coverflow.components.ui.containers.FeatureCoverFlow
        android:id="@+id/coverflow"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        coverflow:coverHeight="@dimen/cover_height"
        coverflow:coverWidth="@dimen/cover_width"
        coverflow:maxScaleFactor="1.5"
        coverflow:reflectionGap="0px"
        coverflow:rotationThreshold="0.5"
        coverflow:scalingThreshold="0.5"
        coverflow:spacing="0.6" />

答案 1 :(得分:0)

将viewpager与padding一起使用,并使用PageTransformer实现此目的。refer this quiz