Skip to content

Commit

Permalink
Improve sample app code
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanka Kulik committed Sep 13, 2017
1 parent 54a24da commit e9c833f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/no/agens/androidtweaks/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void value(boolean value) {
button.setTextColor(Color.BLACK);
} else {
button.setBackgroundResource(R.drawable.button_navy);
button.setTextColor(Color.WHITE);
}
}
});
Expand Down

0 comments on commit e9c833f

Please sign in to comment.