Show spinners only after 0.5 seconds

This commit is contained in:
M66B
2018-12-27 12:31:02 +00:00
parent 7ef2418591
commit 975c0f3bd2
28 changed files with 76 additions and 54 deletions

View File

@@ -51,7 +51,6 @@ import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.ScrollView;
import android.widget.Spinner;
import android.widget.TextView;
@@ -117,7 +116,7 @@ public class FragmentAccount extends FragmentEx {
private EditText etPrefix;
private Button btnCheck;
private ProgressBar pbCheck;
private ContentLoadingProgressBar pbCheck;
private TextView tvIdle;
private ArrayAdapter<EntityFolder> adapter;
@@ -128,8 +127,8 @@ public class FragmentAccount extends FragmentEx {
private Spinner spJunk;
private Button btnSave;
private ProgressBar pbSave;
private ProgressBar pbWait;
private ContentLoadingProgressBar pbSave;
private ContentLoadingProgressBar pbWait;
private Group grpServer;
private Group grpAuthorize;