I understand that the closed spinner is actually a View, I think. But I am guessing it has a TextView there somewhere to show the text. How do I
View
TextView
Just try this:
public void onItemSelected(AdapterView> parent, View view, int position, long id) { ((TextView)parent.getChildAt(0)).setTextColor(getResources().getColor(R.color.colorPrimary));