admin
2021-03-29 405e8b2d2ad9a2d6d51cd65173b42c9fcde0ce4f
BuWanVideo/src/com/weikou/beibeivideo/entity/video/holder/VideoHolder.java
@@ -17,11 +17,13 @@
    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) {
@@ -31,11 +33,13 @@
        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);
    }
}