Changing action bar searchview hint text color

后端 未结 18 1388
时光说笑
时光说笑 2020-12-12 21:47

How can I change the action bar search view hint text colour?

This question explains how to get the EditText when using ABS: Android ActionBar Customize Search View

18条回答
  •  天命终不由人
    2020-12-12 22:37

    Here's specifically how you apply the style as hinted at above. The right answer is to overload the action bar widget style with your own custom style. For holo light with dark action bar, put this in your own styles file such as res/values/styles_mytheme.xml:

    
    
    
    

    Make sure your application is using theme custom theme as described in enter link description here

提交回复
热议问题