Android代码 自定义动画和表头的ListView
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
用户评论