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

A library for creating a wizard-like step-through user interface that uses navigation components and menus for displaying steps with advanced customization.

Results 12 android-stepper issues
Sort by recently updated
recently updated
newest added

The tab type is not working properly. The white dots are showing differently after compiling. Preview: ![studio64_m4ateqIntO](https://user-images.githubusercontent.com/14929605/182867180-b07dd6a8-3c4a-4d69-8e59-d2bb506e078c.png) After compiling the app: ![qemu-system-i386_x6yaaV4Bcm](https://user-images.githubusercontent.com/14929605/182867152-6ecb506e-02cc-4794-9038-d1450511d6ce.png)

The stepper is working fine while testing on API 32, but on API 21 it gives the following error: ``` android.view.InflateException: Binary XML file line #7: Error inflating class com.aceinteract.android.stepper.StepperNavigationView...

Got a Failed to resolve: com.github.acefalobi:android-stepper:0.3.0 on a new android project. So I thought something was wrong on my end. But looking at [jitpack](https://jitpack.io/com/github/acefalobi/android-stepper/), I can only see up to...

I just stumbled on this problem. If I want to change a thing or two in the library and can attach to my app project it directly using the file...

Hi, great library! Is there any way to know when a menu item has been clicked? It would be nice to navigate when the user clicks on a stepper item.

Does not work when using the binding only works with directly setting up the layout on setContentView. Getting this error while using binding :- `java.lang.ArrayIndexOutOfBoundsException: length=4; index=4`

Please make currentStep mutable so that I can store the state in the ViewModel.