Conflicts:
	app/src/main/java/com/gh/gamecenter/MainActivity.java
This commit is contained in:
huangzhuanghua
2016-12-21 17:20:23 +08:00
27 changed files with 919 additions and 148 deletions

View File

@ -48,6 +48,8 @@ public abstract class BaseDetailActivity extends BaseActivity implements View.On
protected TextView detail_tv_per;
protected LinearLayout reuse_ll_loading;
protected LinearLayout reuse_no_connection;
protected LinearLayout reuse_none_data;
protected TextView reuse_tv_none_data;
protected ImageView iv_share;
protected GameEntity gameEntity;
@ -113,6 +115,8 @@ public abstract class BaseDetailActivity extends BaseActivity implements View.On
detail_tv_per = (TextView) findViewById(R.id.detail_tv_per);
reuse_ll_loading = (LinearLayout) findViewById(R.id.reuse_ll_loading);
reuse_no_connection = (LinearLayout) findViewById(R.id.reuse_no_connection);
reuse_none_data = (LinearLayout) findViewById(R.id.reuse_none_data);
reuse_tv_none_data = (TextView) findViewById(R.id.reuse_tv_none_data);
detail_ll_bottom.setOnClickListener(this);
detail_tv_download.setOnClickListener(this);