mercredi 6 mai 2015

Toolbar bug with method setTitle

I am using this two methods in my toolbar:

    toolbar.setTitleTextColor(getResources().getColor(R.color.ColorPrimary));
    getSupportActionBar().setTitle("title");

The reason for using getSupportActionBar is because toolbar.setTitle("title"); is not working.

This is a bug?

Aucun commentaire:

Enregistrer un commentaire