1 // View.VISIBLE(控件显示) 2 // View.INVISIBLE(控件隐藏 但占据空间) 3 // View.GONE(控件隐藏 但不占据空间) 4 rl_loading.setVisibility(View.GONE);