File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lib/java/com/google/android/material/appbar/res/values Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 119119 <item name =" colorControlNormal" >?attr/colorOnPrimary</item >
120120 <!-- Counteracts the effect of setting textColorPrimary for popup menus. -->
121121 <item name =" popupTheme" >@style/ThemeOverlay.AppCompat.Light</item >
122+ <!-- Used to tint the ActionMode background and preserve the underline. -->
123+ <item name =" android:colorBackground" >?attr/colorPrimary</item >
122124 </style >
123125
124126 <style name =" ThemeOverlay.MaterialComponents.ActionBar.Surface" parent =" " >
128130 <item name =" colorControlNormal" >?attr/colorOnSurfaceEmphasisMedium</item >
129131 <!-- Counteracts the effect of setting textColorPrimary for popup menus. -->
130132 <item name =" popupTheme" >@style/ThemeOverlay.AppCompat.Light</item >
133+ <!-- Used to tint the ActionMode background and preserve the underline. -->
134+ <item name =" android:colorBackground" >?attr/colorSurface</item >
131135 </style >
132136
133137</resources >
You can’t perform that action at this time.
0 commit comments