I have a SearchView inside a LinearLayout and I\'m trying to set a different TextSize for it (the SearchView) but when se
SearchView
LinearLayout
TextSize
When using ActionBarSherlock you have to do this:
AutoCompleteTextView searchTextView = (AutoCompleteTextView) searchView.findViewById(R.id.abs__search_src_text); searchTextView.setTextColor(getResources().getColor(R.color.search_text_color));