如何使用缩放选定项目创建RecyclerView?

时间:2017-03-10 06:34:31

标签: android android-layout android-recyclerview

1 个答案:

答案 0 :(得分:3)

为水平循环视图设置LinearLayoutManager HORIZONTAL而不是VERTICAL,并增加所选项目的图像比例

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