1. 首页
  2. 移动开发
  3. 其他
  4. Android代码 自定义动画和表头的ListView

Android代码 自定义动画和表头的ListView

上传者: 2020-07-17 16:28:28上传 ZIP文件 744.12KB 热度 15次
StikkyHeader This is a very simple library for Android that allows you to stick an header to a ListView and easily apply animation to it Usage To use the StikkyHeader library, you just need 3 lines: StikkyHeaderBuilder.stickTo(mListView) .setHeader(R.id.header, containerLayout) .minHeightH
用户评论