Change AppCompat SearchView suggestion background
The SearchView
has its popup based on a standard styled AutoCompleteTextView
so you could change the standard style for this widget in your custom theme to obtain the background change. So in the custom theme override the autoCompleteTextViewStyle
attribute to point to a new style in which you have to override the popupBackground
with the desired background.