syedowaisali / crystal-range-seekbar

537 stars 164 forks source link

Unable to specify thumb drawable #25

Closed ryust closed 7 years ago

ryust commented 7 years ago

Creating a BitmapDrawable and assigning it to a thumb via setLeftThumbDrawable() appears to have no effect. Changing the color programmatically works, but the thumb uses the default dimension and drawable.

ryust commented 7 years ago

Resolved it by just creating a Bitmap... plus didn't realized a pressed version needed to be created also.