RecyclerItemDecoration

Introduction: 通用 ItemDecoration,线性及 GrideView 类型,均分适合九宫格等,以及全展开的 RecyclerView,全展开的 RecyclerView 适用于内嵌到 ScrollView 等需要滚动场景
More: Author   ReportBugs   
Tags:

recyclerView 使用的一些辅助类

比如实现九宫格呢或者全部展开的 List 等:关键类 LinearItemDecorationration、GridLayoutItemDecoration、FullyGridLayoutManager、FullLinearlayoutManager

使用全展开的 recyclerview 时注意,不要获取焦点,防止自动滚动

  mRecyclerView.setFocusable(false);
  mRecyclerView.setNestedScrollingEnabled(false);(根据需求灵活使用)
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools