| | |
| | | import android.support.v4.widget.SwipeRefreshLayout; |
| | | import android.support.v7.widget.LinearLayoutManager; |
| | | import android.support.v7.widget.RecyclerView; |
| | | import android.support.v7.widget.SimpleItemAnimator; |
| | | import android.view.LayoutInflater; |
| | | import android.view.View; |
| | | import android.widget.AbsListView; |
| | |
| | | fl_ad.setPadding(0, DimenUtils.dip2px(rl_cate_recommed.getContext(), 10), 0, 0); |
| | | fl_ad.setLayoutParams(params); |
| | | |
| | | |
| | | rv_category.setLayoutManager(new LinearLayoutManager(getContext())); |
| | | mVideoInfos = new ArrayList<>(); |
| | | |
| | | adapter = new CategoryRecommendAdapter(homeAds, mVideoInfos,type, getActivity()); |
| | | adapter = new CategoryRecommendAdapter(homeAds, mVideoInfos, type, getActivity()); |
| | | rv_category.setAdapter(adapter); |
| | | rl_cate_recommed.setRefreshing(true); |
| | | |
| | |
| | | getHomeAd(); |
| | | } |
| | | }); |
| | | |
| | | |
| | | } |
| | | |
| | | @Override |