youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

SpacesItemDecoration没必要传方向参数 #27

Closed TianGuisen closed 3 years ago

TianGuisen commented 3 years ago

在onDraw中获取就行了吧 ((LinearLayoutManager) parent.getLayoutManager()).getOrientation()

youlookwhat commented 3 years ago

是个好主意,可以这样做。不过又想了想,默认的是纵向的,大部分情况是纵向的,横向就设置一下也没事...