SegmentedButton
SegmentedButton copied to clipboard
Want set drawable object to SegmentedButton dynamically.
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)