File tree 2 files changed +4
-6
lines changed
lib/java/com/google/android/material/tabs/res
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 19
19
<item >
20
20
<shape
21
21
android : shape =" rectangle" >
22
- <!-- TODO(b/272585197) Manually map this based on the token mapping of divider. -->
23
- <solid android : color =" ?attr/colorSurfaceVariant" />
22
+ <solid android : color =" @macro/m3_comp_divider_color" />
24
23
</shape >
25
24
</item >
26
25
<!-- ..., then draws a rectangle with the container color to cover the area not for the divider. -->
27
- <item android : bottom =" 1dp " >
26
+ <item android : bottom =" @dimen/m3_comp_divider_thickness " >
28
27
<shape
29
28
android : shape =" rectangle" >
30
29
<solid android : color =" @macro/m3_comp_primary_navigation_tab_container_color" />
Original file line number Diff line number Diff line change 26
26
<item
27
27
android : gravity =" bottom" >
28
28
<shape >
29
- <size android : height =" 1dp" />
30
- <!-- TODO(b/272585197) Manually map this based on the token mapping of divider. -->
31
- <solid android : color =" ?attr/colorSurfaceVariant" />
29
+ <size android : height =" @dimen/m3_comp_divider_thickness" />
30
+ <solid android : color =" @macro/m3_comp_divider_color" />
32
31
</shape >
33
32
</item >
34
33
</layer-list >
You can’t perform that action at this time.
0 commit comments