We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f889c commit 8108ff5Copy full SHA for 8108ff5
material-stepper/src/main/java/com/stepstone/stepper/StepperLayout.java
@@ -453,6 +453,10 @@ public void setBackButtonEnabled(boolean enabled) {
453
mBackNavigationButton.setEnabled(enabled);
454
}
455
456
+ public void setShowBottomNavigation(boolean showBottomNavigation) {
457
+ mStepNavigation.setVisibility(showBottomNavigation ? View.VISIBLE : View.GONE);
458
+ }
459
+
460
/**
461
* Set whether when going backwards should clear the error state from the Tab. Default is <code>false</code>.
462
*
0 commit comments