Created
September 10, 2017 13:30
-
-
Save rakshakhegde/dab2c2986f6756b8722c775d7fd5677a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ColorListVariableMethod(limitedToValues = {0xFF00b47c, 0xFF3f51b5, 0xFFf44336}) | |
public void setIndicatorColor(Integer indicatorColor) { | |
indicator.setIndicatorColor(indicatorColor); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment