Closed globus243 closed 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
Could you specificity when the accent color is not being used?
the accent color doesn't show up. It uses the background color for some reasons