Last active
September 10, 2017 13:03
-
-
Save rakshakhegde/9361d2bc978c43c964e5d50736c22e64 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
@RangeVariableMethod(minValue = 6, maxValue = 70, initialValue = 20) | |
public void setLabelSize(Float fontSize) { // Float? in Kotlin | |
indicator.setLabelSize(fontSize); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment