android hide an element Programmatically

‮tth‬ps://www.lautturi.com
android hide an element Programmatically

java code:

android hide an element:

textView.setVisibility(View.GONE);

android show an element:

textView.setVisibility(View.VISIBLE);
Created Time:2017-09-08 15:37:52  Author:lautturi