stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 262 forks source link

how to hide/invisible next button #256

Open KameshwaranMurugan opened 6 years ago

KameshwaranMurugan commented 6 years ago

In my case, each fragment has save button save the details(mob,email) that user enter so, when the user click and save button it directly navigate to next fragment. There is no need for Next Button how can I make the next button Invisible

GuillaumeEbert commented 6 years ago

This solution maybe Make the next button the save button with the attributs that hide the arrow.

KameshwaranMurugan commented 6 years ago

@GuillaumeEbert my question is how can I remove the Next Button

zawadz88 commented 6 years ago

Hi, Would you like to have the Back button in the bottom navigation still visible though?

zawadz88 commented 6 years ago

If not, you could simply hide the bottom navigation. See https://github.com/stepstone-tech/android-material-stepper/blob/master/README.md#hiding-bottom-navigation-bar