在Horizo​​ntalScrollView中有很多CardView

时间:2017-08-02 07:25:29

标签: android android-layout android-cardview horizontalscrollview

enter image description here

我想制作这样的屏幕。 可能必须使用Horizo​​ntalScrollView和CardView。

enter image description here

我在这里使用CardView。 但它需要更多的CardView。

我试试,可能是Horizo​​ntalScrolView只能放1个CardView。

在Horizo​​ntalScrollView中,如何更多地添加CardView?

对不起,我的英语不流利。

1 个答案:

答案 0 :(得分:3)

  

改为使用Recycler视图

 mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, true));
  

使用适配器

添加更多卡片