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
- Tab circle background color so that it is possible now to use colors with transparency (issue #207).
16
+
7
17
## [4.2.0]
8
18
### Added
9
19
- A new artifact `espresso-material-stepper` with useful Espresso actions and matchers for testing `StepperLayout` with Espresso.
@@ -30,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
30
40
-**Breaking change:** Changed `setNextButtonLabel` methods in `StepViewModel.Builder` to `setEndButtonLabel` so that it works for both Next and Complete buttons (issue #107)
31
41
-**Breaking change:** Split `content` stepper feedback type into `content_progress` and `content_fade`.
|*ms_stepperType*| one of `dots`, `progress_bar`, `tabs` or `none` |**REQUIRED:**Type of the stepper |
480
-
|*ms_backButtonColor*| color or reference |BACK button's text color |
481
-
| *ms_nextButtonColor* | color or reference | NEXT button's text color |
482
-
|*ms_completeButtonColor*| color or reference |COMPLETE button's text color |
480
+
|*ms_backButtonColor*| color or reference |BACK button's text color, can be also set via `StepperLayout#setBackButtonColor(int)`/`StepperLayout#setBackButtonColor(ColorStateList)` |
481
+
| *ms_nextButtonColor* | color or reference | NEXT button's text color, can be also set via `StepperLayout#setNextButtonColor(int)`/`StepperLayout#setNextButtonColor(ColorStateList)`|
482
+
|*ms_completeButtonColor*| color or reference |COMPLETE button's text color, can be also set via `StepperLayout#setCompleteButtonColor(int)`/`StepperLayout#setCompleteButtonColor(ColorStateList)` |
483
483
| *ms_activeStepColor* | color or reference | Active step's color |
484
484
|*ms_inactiveStepColor*| color or reference |Inactive step's color |
485
485
| *ms_bottomNavigationBackground* | reference | Background of the bottom navigation |
0 commit comments