Search code examples
androidandroid-relativelayoutseekbar

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


Solution

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