I have a SeekBar with a custom drawable for the Thumb, and I would like to be able to show/hide it based on another control I have.
I have tried loading the drawable from resources, and then using SeekBar.setThumb() with the drawable, or null.
That hides it (the set to null), but I can never get it back.