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
binh nt -
Franz Wong -
Krishna Nayak -
Ajmal Hasan -
Top comments (0)