This commit is contained in:
Alexey Kuznetsov 2016-04-03 13:58:31 +03:00
commit c8dbc6db4a

View file

@ -41,7 +41,7 @@ public class MainApplication extends Application {
}
public static int getActionbarColor(Context context) {
int colorId = MainApplication.getTheme(context, android.R.attr.colorPrimary, R.attr.secondBackground);
int colorId = MainApplication.getTheme(context, R.attr.colorPrimary, R.attr.secondBackground);
int color = ThemeUtils.getThemeColor(context, colorId);
return color;
}