工具想搜索关注的游戏优先, 开服表修改显示逻辑

This commit is contained in:
kehaoyuan
2017-06-05 11:20:06 +08:00
parent d7e113108b
commit 771946918a
23 changed files with 715 additions and 395 deletions

View File

@ -20,8 +20,6 @@ import android.widget.TextView;
import com.gh.base.AppController;
import com.gh.base.BaseActivity;
import com.gh.common.util.DataCollectionUtils;
import com.gh.common.util.DataUtils;
import com.gh.common.util.DisplayUtils;
import com.gh.common.util.EntranceUtils;
import com.gh.common.util.ShareUtils;
@ -31,13 +29,10 @@ import com.gh.gamecenter.retrofit.RetrofitManager;
import com.jakewharton.rxbinding.view.RxView;
import com.tencent.tauth.Tencent;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import butterknife.BindView;
import butterknife.OnClick;
import rx.android.schedulers.AndroidSchedulers;
import rx.functions.Action1;
import rx.schedulers.Schedulers;
@ -123,6 +118,7 @@ public class WebActivity extends BaseActivity implements View.OnClickListener{
RelativeLayout reuse_actionbar = (RelativeLayout) mContentView.findViewById(
R.id.reuse_actionbar);
reuse_actionbar.addView(mShareIv, params);
webTitle = "光环工具箱";
}