zirouan / NavigationDrawer-MaterialDesign

Library Navigation drawer material design
1.06k stars 272 forks source link

Toolbar textColor #78

Closed Iptonius closed 8 years ago

Iptonius commented 9 years ago

I am trying to implement the libary into my app. The only problem is, what I try, the actionBar text color stays white although I would like another color. Does someone has a solution to this problem?

zirouan commented 8 years ago

You can use this.getToolbar () method or define a color in your style.

this.getToolbar().setTitleTextColor(ContextCompat.getColor(this, R.color.nliveo_blue_colorPrimary));