android – 我想像scrollview一样google play store

android – 我想像scrollview一样google play store,第1张

概述我需要像滚动视图水平视图的游戏商店,但我无法实现它. 我已经尝试过此代码,如果可能请提供链接. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent 我需要像滚动视图水平视图的游戏商店,但我无法实现它.

我已经尝试过此代码,如果可能请提供链接.

<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所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1130228.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存