XML file
android:visibility="gone" android:visibility="visible"
using code:
textView.setVisibility(View.GONE); textView.setVisibility(View.VISIBLE);