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
Copy file name to clipboardExpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Moreover, you can find there other examples, e.g. how to persist state on rotati
27
27
-[Showing an error on tabs if step verification failed](#showing-an-error-on-tabs-if-step-verification-failed)
28
28
-[Stepper feedback](#stepper-feedback)
29
29
-[Changing button text color when going to the next step should be disabled](#changing-button-text-color-when-going-to-the-next-step-should-be-disabled)
Bottom navigation bar is shown by default. If in your UI you would like to
441
+
hide the bottom navigation bar you can do that by either setting
442
+
the `ms_showBottomNavigation` attribute in XML to `false`
443
+
or by setting it programmatically by calling ```StepperLayout#setShowBottomNavigation(boolean)```
444
+
with `false`.
445
+
438
446
## StepperLayout attributes
439
447
440
448
### View attributes
@@ -463,6 +471,7 @@ For advanced styling please see [StepperLayout style attributes](#stepperlayout-
463
471
| *ms_showErrorStateOnBackEnabled*| boolean | Flag indicating whether to keep showing the error state when user moves back. Only applicable for 'tabs' type. False by default. |
464
472
| *ms_tabNavigationEnabled* | boolean | Flag indicating whether step navigation is possible by clicking on the tabs directly. Only applicable for 'tabs' type. True by default. |
465
473
| *ms_stepperFeedbackType* | flag(s): `none` or `tabs`, `content` & `disabled_bottom_navigation` | Type(s) of stepper feedback. Can be a combination of `tabs`, `content` & `disabled_bottom_navigation`. Default is `none`.|
474
+
| *ms_showBottomNavigation* | boolean | Flag indicating if the Bottom Navigation bar should be shown on the layout. True by default. |
466
475
| *ms_stepperLayoutTheme* | reference | Theme to use for even more custom styling of the stepper layout. It is recommended that it should extend @style/MSDefaultStepperLayoutTheme, which is the default theme used. |
0 commit comments