goodm
goodm

Reputation: 7295

RelativeLayout as customise thumb in SeekBar android

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

Upvotes: 0

Views: 693

Answers (1)

viv
viv

Reputation: 6177

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

Upvotes: 2

Related Questions