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
Ahmed Moussa -
senanur incekara -
Patrick -
Dhanush -
Top comments (0)