我在scrollview中使用了staggardGridView,顶部有一个图像。我想一起滚动图像和列表。 `
<FrameLayout
android:id="@+id/lighthouseFrameLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/lightHouseImage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
/>
</FrameLayout>
<com.origamilabs.library.views.StaggeredGridView
android:id="@+id/staggeredGridView2"
staggered:numColumns="2"
android:layout_below="@id/lighthouseFrameLayout"
staggered:drawSelectorOnTop="true"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</RelativeLayout>
`
答案 0 :(得分:0)
首先,如果您使用列表视图,它可能是网格或简单列表。不需要滚动视图。因为在列表视图中它会自动滚动。使用列表进入图像然后首先添加滚动视图,并在滚动视图中添加图像和列表视图。 Hva eyou试过!!请查看this!项目。如果有帮助请投票。