Skip to content

Commit

Permalink
Update badge background color (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Sep 2, 2015
1 parent 27cec42 commit a57423e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static Drawer setNavigationDrawer (Activity activity, final Context conte
.build();

Integer badgeColor = context.getResources().getColor(R.color.divider);
BadgeStyle badgeStyle = new BadgeStyle(badgeColor, UtilsUI.darker(badgeColor, 0.9)).withTextColor(Color.GRAY);
BadgeStyle badgeStyle = new BadgeStyle(badgeColor, badgeColor).withTextColor(Color.GRAY);

DrawerBuilder drawerBuilder = new DrawerBuilder();
drawerBuilder.withActivity(activity);
Expand Down

0 comments on commit a57423e

Please sign in to comment.