在android中实现像carousel一样的水平滚动视图?

时间:2015-06-04 08:47:34

标签: android carousel horizontal-scrolling horizontalscrollview coverflow

如何在android

中实现像carousel一样的水平滚动视图

我需要的o / p屏幕 enter image description here

在滚动项目的时候应该是中心,并且像附加的画面那样显示上一个和下一个项目画面

1 个答案:

答案 0 :(得分:0)

您可以在Scroll View标签内设置所需的屏幕或布局。像吼叫一样。

  <ScrollView
            android:layout_width="fill_parent"
            android:layout_height="380dp"
            android:background="@drawable/pagebg0"
            android:scrollbars="vertical || Horizontal"
            android:layout_marginLeft="30dp"
            android:layout_weight="1"
            android:layout_below="@+id/heading"
            android:layout_centerHorizontal="true">

 </ScrollView>