最赞回答 / wenmingvs
初始化直接写成这样就行,加个什么measureView有点误人子弟了 private void initView(Context context) { LayoutInflater inflater = LayoutInflater.from(context); headView = inflater.inflate(R.layout.header_layout, null); headView.measure(0, 0); headerHeight = headView.getMeasuredH...
2015-05-03
已采纳回答 / JowanXu
个人觉得,本视频讲解的是如何去实现下拉刷新的功能,而V4包的SwipeRefreshLayout是一个组件,用的时候直接调用,已经把使用的代码写进去了。
2015-04-24