| | |
| | | package com.weikou.beibeivideo.widget; |
| | | |
| | | import android.content.Context; |
| | | import android.support.v4.widget.SwipeRefreshLayout; |
| | | import androidx.swiperefreshlayout.widget.SwipeRefreshLayout; |
| | | import android.util.AttributeSet; |
| | | import android.util.Log; |
| | | import android.view.LayoutInflater; |
| | |
| | | import android.widget.AbsListView; |
| | | import android.widget.ListView; |
| | | |
| | | import com.lcjian.library.util.RefreshLayout; |
| | | import com.weikou.beibeivideo.R; |
| | | |
| | | public class MySwipeRefreshLayout extends SwipeRefreshLayout implements AbsListView.OnScrollListener { |