标签:android style http color os io java ar div
SearchView searchView = (SearchView) menu.findItem(R.id.action_search).getActionView();
if(searchView == null) {
return;
}
int id = searchView.getContext().getResources().getIdentifier("android:id/search_src_text", null, null);
TextView textView = (TextView) searchView.findViewById(id);
textView.setTextColor(Color.WHITE);
标签:android style http color os io java ar div
原文地址:http://www.cnblogs.com/fighter/p/20686e027c8702343b1baf86ed715a14.html