Hello I need help on changing the text color of the action Bar the following is my style.xml.I need to change the text color to white including the settings icon.
In your .axml put a RelativeLayout to add the actionbar. In here add a TextView with the property android:textColor="#FFFFFF". (#FFFFFF is white). As such: