How can you change the tab text color of the action bar from Java code? Not switching to a different theme that was defined in an XML file, but something like .setTextColor(Color.GREEN).
If there were a way to get the current (not custom) view, maybe I could try grabbing the TextView from there and changing it.