[Slider] Support AbsSeekBar#setThumb()
See original GitHub issueIs your feature request related to a problem? Please describe. As a little Halloween Easter egg, I replace the thumb of a slider with a pumpkin. I’m using AbsSeekBar#setThumb() for that. However I haven’t found a way to do so with the Slider from this lib.
Describe the solution you’d like
Implement setThumb
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:16
- Comments:5 (4 by maintainers)
Top Results From Across the Web
android - Custom seekbar (thumb size, color and background)
A side note: If you set the SeekBar's android:minHeight and android:maxHeight to the same large value, it will increase the 'hit' area of...
Read more >AbsSeekBar - Android Developers
Sets the thumb that will be drawn at the end of the progress meter within the SeekBar. void, setThumbOffset(int thumbOffset). Sets the thumb...
Read more >SeekBar Tutorial With Example In Android Studio
Learn seekbar, its methods and attributes used with example in Android. ... can touch the thumb and drag left or right to set...
Read more >[BaseSlider etc..] Support the ability to add our own custom ...
The ability to change the slider Thumbs drawables via code and styles attributes as well. Describe alternatives you've considered
Read more >Sliders - Material Design
Upon pressing the slider thumb or the value indicator text field, ... Continuous sliders allow users to set and select a value along...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Would still love to be able to add thumb drawables to our sliders 😉
Hello, is there any update on this? Would be nice to have this, as the native ProgressBar supports this already. Our designer is a bit disappointed 😄