| | |
| | | public ImageView iv_movie_cover; |
| | | public ImageView iv_spread; |
| | | public ImageView iv_vip; |
| | | public TextView tv_movie_rating; |
| | | public TextView tv_score; |
| | | public ImageView iv_ad_logo; |
| | | public TextView tv_movie_play_num; |
| | | public TextView tv_movie_comment_num; |
| | | public ImageView iv_high; |
| | | public TextView tv_tag; |
| | | public TextView tv_movie_title; |
| | | public TextView tv_movie_sub_title; |
| | | public LinearLayout ll_tag_container; |
| | | public View view; |
| | | |
| | | public VideoHolder(View view) { |
| | |
| | | ll_video_show = view.findViewById(R.id.ll_video_show); |
| | | iv_movie_cover = view.findViewById(R.id.iv_movie_cover); |
| | | iv_spread = view.findViewById(R.id.iv_spread); |
| | | tv_movie_rating = view.findViewById(R.id.tv_movie_rating); |
| | | tv_score = view.findViewById(R.id.tv_score); |
| | | tv_tag = view.findViewById(R.id.tv_tag); |
| | | iv_high = view.findViewById(R.id.iv_high); |
| | | iv_ad_logo = view.findViewById(R.id.iv_ad_logo); |
| | | tv_movie_play_num = view.findViewById(R.id.tv_movie_play_num); |
| | | tv_movie_comment_num = view.findViewById(R.id.tv_movie_comment_num); |
| | | tv_movie_title = view.findViewById(R.id.tv_movie_title); |
| | | tv_movie_sub_title = view.findViewById(R.id.tv_subtitle); |
| | | iv_vip = view.findViewById(R.id.iv_vip); |
| | | ll_tag_container = view.findViewById(R.id.ll_tag_container); |
| | | } |
| | | } |