Set toolbar text color in MenuColorizer

pull/848/head
Alex Baker 6 years ago
parent cf33b6fd81
commit 5a45f4276d

@ -57,6 +57,7 @@ public class MenuColorizer {
public static void colorToolbar(Toolbar toolbar, int color) { public static void colorToolbar(Toolbar toolbar, int color) {
toolbar.setNavigationIcon(colorDrawable(toolbar.getNavigationIcon(), color)); toolbar.setNavigationIcon(colorDrawable(toolbar.getNavigationIcon(), color));
toolbar.setTitleTextColor(color);
colorMenu(toolbar.getMenu(), color); colorMenu(toolbar.getMenu(), color);
} }

Loading…
Cancel
Save