Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个像这样的 GridView:
但是,我不知道怎么做!我知道如何使用 Android GridView,但不像这个。欢迎提出图书馆建议或任何提示。
谢谢。
我想创建一个像这样的 GridView
View您所指的 可以很容易地创建,而无需使用GridView. 如果你的组件(衣服、包包、鞋子等)是静态的,你可以使用嵌套LinearLayouts (with weights)在ScrollView.
View
GridView
LinearLayouts (with weights)
ScrollView
欢迎提出图书馆建议或任何提示。
你可以试试 StaggeredGridView: Link
一个让你开始的演示项目:链接