0

I need to have some dynamic text on thumb in SeekBar is it possible? If someone knows any example that will be great. Thanks

goodm
  • 7,275
  • 6
  • 31
  • 55

1 Answers1

2

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........

Community
  • 1
  • 1
viv
  • 6,158
  • 6
  • 39
  • 54