删除无用资源和代码
This commit is contained in:
@ -1,45 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.base.OnListClickListener;
|
||||
import com.gh.common.view.MarqueeView;
|
||||
import com.gh.gamecenter.R;
|
||||
import com.gh.gamecenter.entity.GameDetailEntity;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by khy on 2017/3/27.
|
||||
*/
|
||||
public class GameDetailFuLiViewHolder extends BaseRecyclerViewHolder<GameDetailEntity> {
|
||||
|
||||
@BindView(R.id.gamedetail_item_fuli_des)
|
||||
public TextView fuliDes;
|
||||
@BindView(R.id.gamedetail_qq_rl)
|
||||
public RelativeLayout fuliQqRl;
|
||||
@BindView(R.id.gamedetail_qq_des)
|
||||
public TextView fuliQqDes;
|
||||
@BindView(R.id.gamedetail_qq_btn)
|
||||
public TextView fuliQqBtn;
|
||||
@BindView(R.id.gamedetail_qqun_rl)
|
||||
public RelativeLayout fuliQqunRl;
|
||||
@BindView(R.id.gamedetail_qqun_btn)
|
||||
public TextView fuliQqunBtn;
|
||||
@BindView(R.id.gamedetail_qqun_des)
|
||||
public TextView fuliQqunDes;
|
||||
@BindView(R.id.gamedetail_item_notice)
|
||||
public MarqueeView filiNotice;
|
||||
@BindView(R.id.gamedetail_item_notice_ll)
|
||||
public LinearLayout filiNoticeLl;
|
||||
|
||||
public GameDetailFuLiViewHolder(View itemView,OnListClickListener listClickListener) {
|
||||
super(itemView, listClickListener);
|
||||
fuliQqBtn.setOnClickListener(this);
|
||||
fuliQqunBtn.setOnClickListener(this);
|
||||
}
|
||||
}
|
||||
@ -1,23 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import android.view.View;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by khy on 2017/3/28.
|
||||
*/
|
||||
public class GameDetailGameTagViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
@BindView(R.id.gamedetail_gametag_rv)
|
||||
public RecyclerView gametagRv;
|
||||
|
||||
public GameDetailGameTagViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by LGT on 2016/9/8.
|
||||
*/
|
||||
public class GameDetailIntroViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
@BindView(R.id.gamedetail_item_intro_gallery)
|
||||
public RecyclerView introGallery;
|
||||
@BindView(R.id.gamedetail_item_intro_content)
|
||||
public TextView introContent;
|
||||
@BindView(R.id.gamedetail_item_intro_expand_rl)
|
||||
public RelativeLayout expandRl;
|
||||
@BindView(R.id.gamedetail_item_intro_expand_iv)
|
||||
public ImageView expandIv;
|
||||
@BindView(R.id.gamedetail_gametag_rv)
|
||||
public RecyclerView tagRecyclerView;
|
||||
|
||||
public GameDetailIntroViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,26 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import android.view.View;
|
||||
import android.widget.RelativeLayout;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by khy on 2016/12/14.
|
||||
*/
|
||||
public class GameDetailLibaoViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
@BindView(R.id.gamedetail_item_libao_gallery)
|
||||
public RecyclerView libaoRv;
|
||||
@BindView(R.id.gamedetail_item_open_list)
|
||||
public RelativeLayout openList;
|
||||
|
||||
public GameDetailLibaoViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,36 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by LGT on 2016/9/8.
|
||||
*/
|
||||
public class GameDetailPluginViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
@BindView(R.id.gamedetail_plugin_rv)
|
||||
public RecyclerView gameDetailPluginRv;
|
||||
@BindView(R.id.gamedetail_plugin_open_list)
|
||||
public View gamedetailPluginOpen;
|
||||
@BindView(R.id.gamedetail_plugin_title)
|
||||
public TextView gamedetailPluginTitle;
|
||||
@BindView(R.id.gamedetail_plugin_expand_iv)
|
||||
public ImageView gamedetailPluginExpandIv;
|
||||
@BindView(R.id.gamedetail_plugin_link_tv)
|
||||
public TextView gamedetailPluginLinkTv;
|
||||
@BindView(R.id.gamedetail_plugin_link_iv)
|
||||
public View gamedetailPluginLinkIv;
|
||||
|
||||
public GameDetailPluginViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,19 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.base.OnListClickListener;
|
||||
import com.gh.gamecenter.databinding.GamedetailItemServerBinding;
|
||||
import com.gh.gamecenter.entity.GameDetailEntity;
|
||||
|
||||
/**
|
||||
* Created by khy on 2017/3/28.
|
||||
*/
|
||||
public class GameDetailServerViewHolder extends BaseRecyclerViewHolder<GameDetailEntity> {
|
||||
|
||||
public GamedetailItemServerBinding binding;
|
||||
|
||||
public GameDetailServerViewHolder(GamedetailItemServerBinding binding, OnListClickListener listClickListener) {
|
||||
super(binding.getRoot(), listClickListener);
|
||||
this.binding = binding;
|
||||
}
|
||||
}
|
||||
@ -1,39 +0,0 @@
|
||||
package com.gh.gamecenter.adapter.viewholder;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by LGT on 2016/9/27.
|
||||
*/
|
||||
public class PlatformViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
|
||||
@BindView(R.id.download_item_tv_name)
|
||||
public TextView mDownloadItemTvName;
|
||||
@BindView(R.id.download_item_progressbar)
|
||||
public ProgressBar mDownloadItemProgressbar;
|
||||
@BindView(R.id.download_item_tv_status)
|
||||
public TextView mDownloadItemTvStatus;
|
||||
@BindView(R.id.download_item_iv_pic)
|
||||
public SimpleDraweeView mDownloadItemIvPic;
|
||||
@BindView(R.id.download_item_tv_hint)
|
||||
public TextView mDownloadItemTvHint;
|
||||
@BindView(R.id.download_item_open_collection)
|
||||
public ImageView mDownloadItemOpenCollection;
|
||||
@BindView(R.id.download_item_colse_collection)
|
||||
public ImageView mDownloadItemColseCollection;
|
||||
|
||||
public PlatformViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,23 +0,0 @@
|
||||
package com.gh.gamecenter.newsdetail;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by LGT on 2016/9/13.
|
||||
*/
|
||||
public class NewsDetailNewsMoreViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
@BindView(R.id.newsdetail_item_ll_news_more)
|
||||
public LinearLayout newsMoreLl;
|
||||
|
||||
public NewsDetailNewsMoreViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,25 +0,0 @@
|
||||
package com.gh.gamecenter.suggest;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
/**
|
||||
* Created by khy on 2017/3/31.
|
||||
*/
|
||||
public class SuggestTypeViewHolder extends BaseRecyclerViewHolder {
|
||||
|
||||
@BindView(R.id.suggest_type_icon)
|
||||
public ImageView icon;
|
||||
@BindView(R.id.suggest_type_tv)
|
||||
public TextView type;
|
||||
|
||||
public SuggestTypeViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user