private OnRefreshListener refreshListener; private boolean isRefreshable; public PullToRefreshListView(Context context) { super(context); init(context); } public PullToRefreshListView(Context context, AttributeSet attrs) { super(context, attrs); init(context); } private void init(Context context) { ...
www.dbjr.com.cn/article/372...htm 2025-6-4