How to style the ActionBar SearchView programmatically
I stumbled upon a problem with the styling of a view at work. I had almost everything solved with a custom theme, but it all came down to style a SearchView widget of an ActionBar. That's where the fun begins. All of this must happen in your onCreateOptionsMenu method. With…