Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
farahAtieh authored Dec 8, 2019
1 parent effc770 commit 5769c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/example/testapp/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ protected void onCreate(Bundle savedInstanceState) {
public void onClick(View v) {
textView.setText(R.string.eventMsg);
textView.setTextColor(Color.RED);
button.setEnabled(false);
}
});
}
Expand Down

0 comments on commit 5769c65

Please sign in to comment.