-
LitePager:LitePager,一个轻量级的ViewPager,仿新版网易云歌单广场下载
资源介绍
LitePager,一个轻量级的ViewPager,仿新版网易云歌单广场
博客详情:
使用方式:
添加依赖:
implementation 'com.wuyr:litepager:1.3.1'
APIs:
Method
Description
addViews(int... layouts)
批量添加子View
addViews(View... views)
批量添加子View
setSelection(View target)
选中指定子View
setSelection(int index)
根据索引选中子View
setOrientation(int orientation)
设置滑动方向(默认: ORIENTATION_HORIZONTAL):ORIENTATION_HORIZONTAL(水平)ORIENTATION_VERTICAL(垂直)
setFlingDuration(lo