There are times when you’ll want to change the hint (placeholder) color and the text color of a SearchView widget. Here’s a small snippet that’ll allow us to do it: Based on the placement of the SearchView, the code to get the View object will differ. If it’s in the action bar (menu) then this […]
The post Quick Tip: Android Change Action Bar SearchView Hint (Placeholder) and Text Color appeared first on Code Theory.