stepstone-tech / android-material-stepper

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

Change Previous/Cancel & Next/Complete labels on the fly #228

Open durey opened 6 years ago

durey commented 6 years ago

Make sure these boxes are checked before submitting your issue - thank you!

I would like to change the Previous/Cancel & Next/Complete labels on the fly (and the arrows next to them). If I am not wrong, we can only change them on the adapter while creating the ViewPager, but not after that.