Chanven / CommonPullToRefresh

Android widget with pull to refresh for all the views,and support loadMore for ListView , RecyclerView, GridView and SwipeRefreshLayout.
Apache License 2.0
1.07k stars 303 forks source link

item不满一屏的时候可以不显示"点击加载更多"吗 #19

Closed cccfly-bake closed 8 years ago

cccfly-bake commented 8 years ago

想不到好的处理方法,可以给个思路吗

Tester-1991 commented 8 years ago

可以不显示

cccfly-bake commented 8 years ago

怎么不显示的?调用哪个方法

zhenweiyu commented 8 years ago

请问怎么才能不显示

Chanven commented 8 years ago

可调用setLoadMoreEnable(false)方法,但是会禁掉加载功能。