Skip to content

Commit c8cb0c6

Browse files
pekingmehunterstich
authored andcommittedMar 21, 2024
[ProgressIndicator] Updated inactive track color from primary container to secondary container.
PiperOrigin-RevId: 607113929 (cherry picked from commit dd8f6be)
1 parent 857d6a2 commit c8cb0c6

File tree

1 file changed

+2
-1
lines changed
  • lib/java/com/google/android/material/progressindicator/res/values

1 file changed

+2
-1
lines changed
 

‎lib/java/com/google/android/material/progressindicator/res/values/tokens.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<macro name="m3_comp_progress_indicator_active_indicator_color">?attr/colorPrimary</macro>
2525
<!-- Group: Enabled - Track -->
2626
<dimen name="m3_comp_progress_indicator_track_thickness">4dp</dimen>
27-
<macro name="m3_comp_progress_indicator_track_color">?attr/colorPrimaryContainer</macro>
27+
<!-- The resource value ?attr/colorPrimaryContainer has been overridden by the config. -->
28+
<macro name="m3_comp_progress_indicator_track_color">?attr/colorSecondaryContainer</macro>
2829
<!-- Group: Enabled - Stop indicator -->
2930
<dimen name="m3_comp_progress_indicator_stop_indicator_size">4dp</dimen>
3031
<!-- Group: Enabled - Spacing -->

0 commit comments

Comments
 (0)
Please sign in to comment.