我试图制作一个圆形的集合视图。
不知怎的,我设法让视图循环,但坚持滚动。我的集合视图单元格和布局是圆形的,但是我无法使单元格可滚动。
<ImageView
android:id="@+id/iv_profile_picture"
android:layout_width="140dp"
android:layout_height="140dp"
android:scaleType="fitXY"
android:adjustViewBounds="true"
android:src="@mipmap/ic_no_image_profile"
/>
`
答案 0 :(得分:2)
我开发了一个自定义的UICollectionviewLayout,它以圆形布局布局了集合视图单元格。它可以配置为显示特定的。
在你的情况下,你需要180度到90度,中间右下角。