标签: android android-layout android-recyclerview
我正在努力实现这样的目标:
我在想的是使用这个Linear layout, that wrap its content to the next line。有没有更好的方法可以使用GridLayoutManager。如果一个选项的长度超过屏幕宽度的一半,我还必须在单独的行中显示每个选项。现在我必须非常独立地处理这两种情况。选项足够小时使用FlowLayout,选项很大时使用RecyclerView。
GridLayoutManager
FlowLayout
RecyclerView