I have the following problem. I\'ve setup my Actionbar to use a Toolbar instead using the API 21 with the appcompat-v7:21. The textColorPrimary style tag is con
textColorPrimary
Solution by @David_E works, but there's another way. You can also define custom layout:
Then you can take default layout file, which you can find by name: abc_search_view.xml, used by search view and modify it.
abc_search_view.xml