11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33
4- <style name =" TextAppearance.Widget.Stepper.Done" parent =" TextAppearance.AppCompat .Body1" >
4+ <style name =" TextAppearance.Widget.Stepper.Done" parent =" TextAppearance.MaterialCompat .Body1" >
55
66 </style >
77
8- <style name =" TextAppearance.Widget.Stepper.Selected" parent =" TextAppearance.AppCompat .Body2" >
8+ <style name =" TextAppearance.Widget.Stepper.Selected" parent =" TextAppearance.MaterialCompat .Body2" >
99
1010 </style >
1111
12- <style name =" TextAppearance.Widget.Stepper.Normal" parent =" TextAppearance.AppCompat .Body1" >
12+ <style name =" TextAppearance.Widget.Stepper.Normal" parent =" TextAppearance.MaterialCompat .Body1" >
1313 <item name =" android:textColor" >?android:textColorSecondary</item >
1414 </style >
1515
1616 <style name =" Widget.Stepper" parent =" " >
1717 <item name =" step_normal_color" >@color/material_grey_500</item >
18- <item name =" step_activated_color" >?attr/colorPrimary </item >
18+ <item name =" step_activated_color" >@color/material_blue_500 </item >
1919 <item name =" step_done_icon" >@drawable/ic_done_white_16dp</item >
2020 <item name =" step_animation_duration" >@android:integer/config_shortAnimTime</item >
2121 <item name =" step_line_color" >@color/material_grey_500</item >
2222 <item name =" step_error_highlight_color" >@color/material_red_500</item >
2323 </style >
2424
25+ <style name =" TextAppearance" />
26+
27+ <style name =" TextAppearance.MaterialCompat" />
28+
29+ <style name =" TextAppearance.MaterialCompat.Body1" >
30+ <item name =" android:textSize" >14sp</item >
31+ <item name =" android:fontFamily" >sans-serif</item >
32+ <item name =" android:textColor" >?android:attr/textColorPrimary</item >
33+ </style >
34+
35+ <style name =" TextAppearance.MaterialCompat.Body2" >
36+ <item name =" android:textSize" >14sp</item >
37+ <item name =" android:fontFamily" >sans-serif-medium</item >
38+ <item name =" android:textColor" >?android:attr/textColorPrimary</item >
39+ </style >
40+
2541</resources >
0 commit comments