Change TextColor in SearchView using Android Toolbar

前端 未结 4 1850
情深已故
情深已故 2020-12-30 05:24

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

4条回答
  •  暖寄归人
    2020-12-30 05:49

    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.

提交回复
热议问题