I’m trying to change search suggestions to “light theme”. I’m using appcompat-v7:22.2.0 library and read about new feature for customizing search view widget (android.support.v
Suggestions is a dynamic list created by system and is not an activity. So you cannot apply light theme to it.
Instead you can customize suggestions to give it feel like a light theme by using style.
use this hint_row.xml
hint_row.xml
And apply this style