下拉刷新刷新显示时间
下拉刷新,刷新显示时间/** * 当ListView被触摸时调用,其中处理了各种下拉刷新的具体逻辑。 */ @Override public boolean onTouch(View v, MotionEvent event) { setIsAbleToPull(event); if (ableToPull) { switch (event.getAction()) { case MotionEvent.ACTION_DOWN: yDown = event.getRawY(); break; case MotionEvent.ACTION
文件列表
下拉刷新,刷新显示时间.zip
(预估有个50文件)
下拉刷新,刷新显示时间
.project
853B
bin
AndroidManifest.xml
973B
jarlist.cache
120B
dexedLibs
annotations-71d57723ba71f6b867d4c18862ec4d4b.jar
943B
PullToRefreshTest.apk
51KB
res
drawable-hdpi
暂无评论