how to programmatically hide a button in android sdk - Stack Overflow playButton.setVisibility(View.INVISIBLE...

Please Visit: http://ift.tt/1ajReyV



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: http://ift.tt/1iW4UUy

http://ift.tt/1kCENWW



how to programmatically hide a button in android sdk - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1j4bihs

via LifeLong Community

No comments:

Post a Comment