AppCompat ToolBar popupTheme not used when multi selection active
问题 In styles.xml I'm styling the popup theme of the overflow menu in the toolbar: <style name="ToolbarOverflowMenuStyle" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:backgroundTint">@color/white</item> </style> That works as intended but if I do a multi selection in a recycler view (list) the popup theme background color turns from white to yellow (the color of the toolbar). I have no idea why that is since it has the right color if the multi-selection isn't active. Any ideas