Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
tinting missing library icon to centralize colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Mar 12, 2017
1 parent b734d9a commit a153f0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public static Intent createIntent(@NonNull Context context, @NonNull String repo
if (getPresenter().getRepo() == null) {
return;
}
license.tintDrawables(accentColor);
watchRepo.tintDrawables(accentColor);
starRepo.tintDrawables(accentColor);
forkRepo.tintDrawables(accentColor);
Expand Down

0 comments on commit a153f0e

Please sign in to comment.