How to change SearchView elements' color?

后端 未结 9 1798
北海茫月
北海茫月 2020-12-31 02:47

I want to use SearchView in my project, but I have a problem with elements\' color. Let me show you: its fragmentDialog where I have my SearchView

I dont need to change

9条回答
  •  北海茫月
    2020-12-31 03:28

    So, what was my problem. I used android.widget.SearchView instead of android.support.v7.widget.SearchView. I changed SearchView and after that proposed solution started to work.

    If somebody can explain why styles and different things did not work or can give me a link, I'll be appreciated.

提交回复
热议问题