全局修改LoadingView

This commit is contained in:
kehaoyuan
2019-06-17 19:12:16 +08:00
parent 6345bb55d2
commit 9cfb820036
58 changed files with 513 additions and 820 deletions

View File

@ -3,11 +3,6 @@ package com.gh.gamecenter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.NonNull;
import com.google.android.material.appbar.AppBarLayout;
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.text.TextUtils;
import android.view.View;
import android.view.inputmethod.EditorInfo;
@ -15,7 +10,6 @@ import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.gc.materialdesign.views.ProgressBarCircularIndeterminate;
import com.gh.base.BaseActivity;
import com.gh.base.OnRequestCallBackListener;
import com.gh.common.util.EntranceUtils;
@ -23,9 +17,14 @@ import com.gh.common.util.TextHelper;
import com.gh.common.view.VerticalItemDecoration;
import com.gh.gamecenter.adapter.ToolBoxRvAdapter;
import com.gh.gamecenter.suggest.SuggestType;
import com.google.android.material.appbar.AppBarLayout;
import com.lightgame.utils.Util_System_Keyboard;
import com.lightgame.utils.Utils;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
import butterknife.BindView;
import butterknife.OnClick;
@ -54,8 +53,8 @@ public class ToolBoxActivity extends BaseActivity implements SwipeRefreshLayout.
LinearLayout mNoConnection;
@BindView(R.id.toolbox_refresh)
SwipeRefreshLayout mRefresh;
@BindView(R.id.toolbox_loading)
ProgressBarCircularIndeterminate mLoading;
@BindView(R.id.reuse_ll_loading)
View mLoading;
private LinearLayoutManager mLayoutManager;
private ToolBoxRvAdapter mRvAdapter;