Skip to content

Commit

Permalink
fix. typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iielse committed Jul 10, 2019
1 parent 6b43433 commit 6d90327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchbutton/src/main/java/ch/ielse/view/SwitchView.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void setColor(int newColorPrimary, int newColorPrimaryDark, int newColorO
colorOffDark = newColorOffDark;
colorShadow = newColorShadow;
colorBar = newColorBar;
colorBackgorund = newColorBackground;
colorBackground = newColorBackground;
invalidate();
}

Expand Down

0 comments on commit 6d90327

Please sign in to comment.