Closed Tolriq closed 9 years ago
A last one for today:)
setHandleColour(int) can lead to unfortunate collision if seeking for a color value that clash with a color resource id.
This is very rare but can happens.
Maybe handle this like other libs : setHandleColour(int color) setHandleColourRes(int colorResid) / setColorResId ?
Fixed for upcoming release.
Thanks, and good job with the library seems to works well and efficient support ;)
A last one for today:)
setHandleColour(int) can lead to unfortunate collision if seeking for a color value that clash with a color resource id.
This is very rare but can happens.
Maybe handle this like other libs : setHandleColour(int color) setHandleColourRes(int colorResid) / setColorResId ?