change button text
public void disable(View v){
v.setEnabled(false);
Button button = (Button) v;
button.setText("Disabled");
}
change button text
public void disable(View v){
v.setEnabled(false);
Button button = (Button) v;
button.setText("Disabled");
}
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
RockAndNull -
chatgptnexus -
Nour Abdou -
Kush Parsaniya -
Top comments (0)