SegmentedButton icon indicating copy to clipboard operation
SegmentedButton copied to clipboard

Want set drawable object to SegmentedButton dynamically.

Open sys1yagi opened this issue 8 years ago • 0 comments

Hi,

SegmentedButton can only set drawable res id. I want the setter of Drawable object like below.

val drawable: Drawable = // create drawable dynamically.
segmentedButton.setDrawable(drawable)

sys1yagi avatar Sep 25 '17 17:09 sys1yagi