kanytu / android-material-drawer-template

An Android template with navigation drawer for material design
Apache License 2.0
674 stars 217 forks source link

Accent color not used. #27

Closed globus243 closed 9 years ago

globus243 commented 9 years ago

the accent color doesn't show up. It uses the background color for some reasons

globus243 commented 9 years ago

also got this. getResources().getColor(R.color.myPrimaryDarkColor)); should be getResources().getColor(R.color.myAccentColor));

And in the styles.xml i outcommented these lines:

android:statusBarColor android:windowDrawsSystemBarBackgrounds android:windowBackground

but I'm very new to android so, this may be wrong or not best practice

kanytu commented 9 years ago

Could you specificity when the accent color is not being used?