Toolbar Search Suggestions Theming

后端 未结 3 1451
太阳男子
太阳男子 2021-02-04 12:29

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

3条回答
  •  太阳男子
    2021-02-04 13:20

    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

    
    
    

    And apply this style