Conversation
Added Travis configuration.
Updated READ.me
Github changed their static page URIs. So I modified our URI as their convention.
…mnPullToRefreshListView, add nationalization, add add author
* view_instance_state: Fix not restored exact item position which next to first item Delete PullToRefresh ListView Save and restore view instance state
|
I fixed it. public OnScrollListener scroller = new OnScrollListener() { the correct is like this |
initializeScrollbars was removed from API level 21. I resolved it using a reflection trick. Because it is an ad-hoc patch, it must be reimplemented later.
edit pom.xml for lastest version maven
…pterView into dalinaum-vingle Conflicts: pom.xml
We use Android Studio now.
…dapterView into StateGrace-master Remove chinese characters and MultiColumnPullToRefreshListView. It was removed now. Conflicts: AUTHORS.md library/src/main/java/com/huewu/pla/lib/MultiColumnListView.java src/main/java/com/huewu/pla/lib/MultiColumnPullToRefreshListView.java src/main/java/com/huewu/pla/sample/PullToRefreshSampleActivity.java src/main/java/com/huewu/pla/sample/SampleActivity.java
…rView into mzule-master
Apply Material design.
why Loadmore call only once ,my code is :
waterfallView.setOnLoadMoreListener(new OnLoadMoreListener() {
the adapter is :
public void addFootList(List moreList) {
this.list.addAll(moreList);
this.notifyDataSetChanged();
}
who can help me,thanks.