I need to have some dynamic text on thumb in SeekBar is it possible? If someone knows any example that will be great. Thanks
Create A drawable, with text on it.
Refer to : Combine image and text to drawable
Then set this drwable dynamically onto seekbar using: setThumb method .
Hope it helps........