Android Horizo​​ntalScrollView快照

时间:2013-03-24 04:07:22

标签: android scroll element center horizontalscrollview

所以我有一个horizo​​ntalscrollview,我想尝试添加一个捕捉效果,基本上是一个元素的中心。 到目前为止,我基本上都是用XML完成的。

<HorizontalScrollView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:scrollbars="none" >

然后我在里面有一个LinearLayout。 那么我该如何在LinearLayout snap中创建元素呢?另外,有没有办法让中间元素的布局开始?因此,当您看到滚动条时,您可以从头开始向左或向右滚动。 非常感谢任何帮助!谢谢你们!

1 个答案:

答案 0 :(得分:5)