acefalobi / android-stepper

A library for creating a wizard-like step-through user interface that uses navigation components and menus for displaying steps with advanced customization.
Apache License 2.0
325 stars 38 forks source link

How can i customize the stepper tab icon? #31

Open rafflypohan opened 2 years ago

acefalobi commented 2 years ago

There currently isn't a way to do it from the public methods, but you can clone the code and take a stab at making a more custom stepper view. You can modify the TabStepperMenu class and the stepper_tab_item_icon.xml layout file