Analogue display: none when creating an android application?
  • You seem to forget to write the body of the question. - zb '

1 answer 1

textView.setViewsibility (View.INVISIBLE);

  • View.GONE is more suitable. - Yura Ivanov