RecyclerView 的使用

RecyclerView提供了三种布局管理器 1、LinearLayoutManager:线性布局管理器,支持水平和垂直效果。 2、GridLayoutManager:网格布局管理器,支持水平和垂直效果。 3、StaggeredGridLayoutManager:分布型管理器,瀑布流效果Animations(动画)效果   注意 添加的依赖 compile 'com.android.support
相关文章
相关标签/搜索