File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
lib/java/com/google/android/material
bottomnavigation/res/values Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
<!-- AUTOGENERATED FILE. DO NOT MODIFY. -->
18
- <!-- Version: v2.3.4 -->
18
+ <!-- Version: 4.0.0 -->
19
19
20
20
<resources >
21
21
Original file line number Diff line number Diff line change 77
77
</style >
78
78
79
79
<style name =" Widget.Material3.Slider.Label" parent =" Widget.Material3.Tooltip" >
80
- <item name =" android:textColor" >@macro/m3_comp_slider_label_label_text_color </item >
81
- <item name =" backgroundTint" >@macro/m3_comp_slider_label_container_color </item >
80
+ <item name =" android:textColor" >@macro/m3_comp_slider_value_indicator_label_label_text_color </item >
81
+ <item name =" backgroundTint" >@macro/m3_comp_slider_value_indicator_container_color </item >
82
82
<item name =" showMarker" >false</item >
83
- <item name =" android:padding" >10dp</item >
83
+ <item name =" android:paddingStart" >10dp</item >
84
+ <item name =" android:paddingEnd" >10dp</item >
85
+ <item name =" android:paddingTop" >@dimen/m3_comp_slider_value_indicator_active_bottom_space</item >
86
+ <item name =" android:paddingBottom" >@dimen/m3_comp_slider_value_indicator_active_bottom_space</item >
84
87
<item name =" android:minHeight" >32dp</item >
85
88
</style >
86
89
Original file line number Diff line number Diff line change 30
30
<item name =" m3_comp_slider_disabled_handle_opacity" format =" float" type =" dimen" >0.38</item >
31
31
<!-- Group: Enabled - Stop indicator -->
32
32
<dimen name =" m3_comp_slider_stop_indicator_size" >4dp</dimen >
33
- <!-- Group: Enabled - Container -->
34
- <macro name =" m3_comp_slider_label_container_color" >?attr/colorSurfaceInverse</macro >
35
33
<!-- Group: Enabled - Label text -->
36
34
<macro name =" m3_comp_slider_label_label_text_color" >?attr/colorOnSurfaceInverse</macro >
37
35
<!-- Group: Enabled - Track -->
43
41
<dimen name =" m3_comp_slider_active_handle_height" >44dp</dimen >
44
42
<dimen name =" m3_comp_slider_active_handle_width" >4dp</dimen >
45
43
<dimen name =" m3_comp_slider_active_handle_leading_space" >6dp</dimen >
44
+ <!-- Group: Pressed (ripple) - Value indicator -->
45
+ <macro name =" m3_comp_slider_value_indicator_container_color" >?attr/colorSurfaceInverse</macro >
46
+ <macro name =" m3_comp_slider_value_indicator_label_label_text_color" >?attr/colorOnSurfaceInverse</macro >
47
+ <dimen name =" m3_comp_slider_value_indicator_active_bottom_space" >12dp</dimen >
46
48
47
49
</resources >
You can’t perform that action at this time.
0 commit comments