stepper-indicator icon indicating copy to clipboard operation
stepper-indicator copied to clipboard

Custom icon for each step

Open donjerick opened this issue 7 years ago • 2 comments

Hello! Thank you for this wonderful stepper library!

I would like know if its possible to set custom icon/drawable for each step instead of using the circle indicator?

donjerick avatar Sep 29 '17 19:09 donjerick

I would be interested in finding out if its possible as well! Also, is there a way to make the labels dynamic (i.e) change them at runtime?

3lywa avatar Oct 09 '17 03:10 3lywa

For labels see #34 If you're talking about the not-filled circle indicator, then no it's not possible, if you're talking about the filled circle when a step is done, you can use the R.styleable.StepperIndicator_stpi_doneIconDrawable in your xml.

You can check the following fork that is supposed to be more active than this repo: https://github.com/rakshakhegde/stepper-indicator

badoualy avatar Oct 09 '17 06:10 badoualy