RecyclerViewSap,这是一个AdroidUI控件,用SapHelper抽象类中的RecyclerView实现类似GooglePlay中滑动的效果。
运行效果:
示例代码:
startRecyclerView.setLayoutMaager(ew LiearLayoutMaager(this, LiearLayoutMaager.HORIZONTAL, false));SapHelper sapHelperStart = ew GravitySapHelper(Gravity.START);sapHelperStart.attachToRecyclerView(startRecyclerView);
评论