playButton.setVisibility(View.INVISIBLE);
or -
playButton.setVisibility(View.GONE);
show it again with -
playButton.setVisibility(View.VISIBLE);
Read full article from how to programmatically hide a button in android sdk - Stack Overflow
playButton.setVisibility(View.INVISIBLE);
or -
playButton.setVisibility(View.GONE);
show it again with -
playButton.setVisibility(View.VISIBLE);
Read full article from how to programmatically hide a button in android sdk - Stack Overflow
No comments:
Post a Comment