Releases: faramarzaf/ValueSelector
v1.0.9
v1.0.8
1- ActionDownColor option added
2- Bug interval fixed
3- Bug invertIconsColor fixed. (When you've been selected the invertIcons=true --> Colors applied the opposite sides)
Public methods package
In this release, I've tried to provide more public methods for client usage by Java.
New styles added
Now it has four basic icon types for plus and minus icons
1- plus_minus
2- arrow
3- expand
4- circle
v1.0.5
maxWidth and minWidth of main ValueSelector layout changed to 90 & 60
Ready for release v1.0.4
In this release, we have fixed these issues that are listed below.
1- Default value of minValue & maxValue changed to:
Integer.MIN_VALUE , Integer.MAX_VALUE
2- Default valueTextSize changed to 20
3- Default value of IconsSize changed to 45
4- Default value of invertIconsPlace is 1
"-" icon is at left side and "+" icon is at the right side of layout (In vertical mode)
And vice versa in Horizontal mode
Some bugs are fixed now
Default borderColor changed to transparent mood. (It was black that was not very cool)
Default gapValue changed to "1". (It was 0 and that's made a bug when client didn't set gapValue attr in XML layout)
Default BorderThickness changed to "0".
Default BorderRadius changed to "0".