【发布时间】:2017-03-24 13:30:36
【问题描述】:
【问题讨论】:
-
如果你用谷歌搜索标签视图可能会有所帮助
标签: android android-layout gridview
【问题讨论】:
标签: android android-layout gridview
您可以为此使用 Recycler View。请参考https://developer.android.com/reference/android/support/v7/widget/RecyclerView.LayoutManager.html
和 StaggeredGridLayoutManager
https://developer.android.com/reference/android/support/v7/widget/StaggeredGridLayoutManager.html
【讨论】: