Android 对LinearLayout进行设置View.GONE可是里面的子控件还是会显示
<LinearLayout android:id="@+id/sound_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_horizontal"> <Ima