I want to set the button unclickable and look like a dark gray image of an button?
Is this possible?
I want to set the button unclickable and look like a dark gray image of an button?
Is this possible?
From the xml:
android:enabled="false"
From the code
button.setEnabled(false);