v1.setVisibility(View.gone);//不可见且不占用空间
v1.setVisibility(View.VISIBLE);//可见
v1.setVisibility(View.INVISIBLE);//不可见