Initialize
Initializes the slider with its default values.
SliderRange
Sets the range and increment of the Slider.
- Values can be with decimal or integer.
- Default values: 0 to 100 in increments of 1.
CurrentSliderValue
GetMinValue
GetMaxValue
SliderColors
Sets the colors of the bar and thumb.
ThumbIcon
Change the thumb of a slider by an icon from assets.
You can set any size, but the recommended size is 24px x 24px.
Indicator
Adds an indicator to show the slider's progress in the thumb position.
Pressing or sliding the thumb will cause the indicator bubble to appear, and releasing your thumb will cause the bubble to disappear.
- Use formatDecimals to define the number of decimal places (e.g., 0 = no decimal places, 1 = one decimal place, etc).
IndicatorMargin
Sets a margin between the bubble and the thumb.
In Android 11 and Android 14 the bubble was set at different distances, with this you can set the distance of the bubble.
SetThumbPosition
ValueChanged
StopTracking
Event triggered when the slider stops being tracked.
MaxValueSet
Event triggered when the maximum value of the slider is set.
MinValueSet
Event triggered when the minimum value of the slider is set.
Note!
If you're already using this extension, save your project before updating so you don't lose anything. I've modified the text in all blocks for clarity and added new blocks.
New blocks:
- ThumbIcon
- Indicator
- IndicatorMargin
Update v1.1 April 14, 2025.
Slider.aia (25.2 KB)
joejsanz.joedevslider.aix (17.9 KB)
JDK: 11
Minimum API Level: 21
Updated On: 2025-04-14T07:00:00Z
Built using: FAST-CLI v2.8.4
Thanks.