我已经尝试过此代码,如果可能请提供链接.
<relativeLayout xmlns:androID="http://schemas.androID.com/apk/res/androID" androID:layout_wIDth="fill_parent" androID:layout_height="fill_parent" > <horizontalscrollview androID:ID="@+ID/horizontalscrollview1" androID:layout_wIDth="fill_parent" androID:layout_height="wrap_content" androID:fillVIEwport="true" androID:scrollbars="horizontal" ><GrIDVIEw androID:layout_wIDth="500dp" androID:layout_height="400dp" androID:ID="@+ID/grIDvIEw" androID:columnWIDth="300dp" androID:numColumns="3" androID:horizontalSpacing="10dp" androID:scrollbars="horizontal"></GrIDVIEw> </horizontalscrollview></relativeLayout>
我想在我的应用程序中使用这种类型的VIEw请查看截图:
解决方法 你可以使用RecylerVIEw.linearlayoutmanager linearlayoutmanager = new linearlayoutmanager(getActivity()); linearlayoutmanager.setorIEntation(linearlayoutmanager.HORIZONTAL); RecylerVIEw.setLayoutManager(linearlayoutmanager);总结
以上是内存溢出为你收集整理的android – 我想像scrollview一样google play store全部内容,希望文章能够帮你解决android – 我想像scrollview一样google play store所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)