You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the need to specify android:orientation attribute for StepperLayout in your XML files - vertical orientation is supported by default (issue #124)
Fixed an issue where onSelected() would not get called on Step if adapter was created in Activity's onCreate() (issue #127) thanks to @bthrall