Skip to content

Commit

Permalink
Update 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitKiet committed Dec 6, 2017
1 parent c350ff8 commit 2912f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/edu/counterview/CounterView.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private String getString(@StringRes int textResourceValue) {
return getContext().getString(textResourceValue);
}

private CounterView setColor(@ColorRes int left, @ColorRes int right, @ColorRes int text) {
public CounterView setColor(@ColorRes int left, @ColorRes int right, @ColorRes int text) {

this.incButton.setBackgroundColor(getColor(right));
this.decButton.setBackgroundColor(getColor(right));
Expand Down

0 comments on commit 2912f86

Please sign in to comment.