Skip to content

Commit

Permalink
Merge pull request #3 from farahAtieh/farahAtieh-patch-1
Browse files Browse the repository at this point in the history
Update MainActivity.java
  • Loading branch information
farahAtieh authored Dec 8, 2019
2 parents effc770 + 5769c65 commit 7208a4b
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 7208a4b

Please sign in to comment.