The text on my spinners is white, and I have no idea why.
This is my x
i change it from
new ArrayAdapter(getApplicationContext(), android.R.layout.simple_spinner_item, some_list);
to new ArrayAdapter(this, android.R.layout.simple_spinner_item, list);
ArrayAdapter(this, android.R.layout.simple_spinner_item, list);
it's fixed, although i don't want to use "this"