i want to create a screen like in that picture 3 columns screen with different types of services with transparent background告诉我其中使用了哪种布局和哪些视图?
答案 0 :(得分:0)
您可以通过Scrollview中的GridLayout轻松实现。也可以使用ConstraintLayout完成。如果您有动态数据,请使用GridLayoutManager查看RecyclerView
答案 1 :(得分:0)
带有GridLayoutManager的RecyclerView