I want to change the color of a text in an ActionBarSherlock SearchView
, so I found this on StackOverflow:
AutoCompleteTextView searchText = (Au
Change and apply your styles as follows:
Overwrite SearchViewStyle
that defines relevant style.
Add this style definition to your app theme.
Apply this theme in your Manifest (android:theme="CustomTheme"
).
Hope this helps ... Cheers!
p.s. search for SearchViewStyle
in ABS style definitions (XML files). This way you can follow up available styles using Ctrl+click on definitions.