please I need help I can not change the color of the title of the appBar, in mine it turns black and I would like to change it white .. in this case I am using a toolbar try it with everything
I put <item name="colorAccent">#FFFFFF</item>
the accent to myma but does not change it .. I also did it by code
toolbar.setTitleTextColor(Color.parseColor("#FFFFFF"));
I did not change it and I also did it by xml but none works.