So currently I\'m putting an Easter egg inside my app and I want the Button to be invisible, but when clicked(Rick roll). So far I can make it work when I say:
Button
You can also disable the button (It will not be clickable).
In java code:
btn.setClickable(false);
In .xml layout:
android:clickable="false"