Change TextColor in SearchView using Android Toolbar

前端 未结 4 1821
情深已故
情深已故 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:45

    This is possible to do purely in XML using a ThemeOverlay:

    
    
    
    
    
    

    And then in your layout file:

    
    

    If you also want it to apply to activities that are using an ActionBar instead of a ToolBar, you can add this to the Activity's theme:

    
    

提交回复
热议问题