标签: android android-layout android-recyclerview
I want to create a horizontal RecyclerView like this , Please help me with this
答案 0 :(得分:3)
为水平循环视图设置LinearLayoutManager HORIZONTAL而不是VERTICAL,并增加所选项目的图像比例
mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, true);