ChenLittlePing / RecyclerCoverFlow

使用RecyclerView,自定义LayoutManager实现旋转木马相册效果
Apache License 2.0
833 stars 152 forks source link

怎么设置缩放比例 #16

Open ohooblueblue opened 5 years ago

ohooblueblue commented 5 years ago

最中间的最大那个item与左右两个的比例

ChenLittlePing commented 5 years ago

最中间的最大那个item与左右两个的比例

现在item缩放是根据距离线性缩放的,也就是固定的,想要设置左右比例,建议下载源码修改CoverFlowLayoutManger 的computeScale方法