tinting missing library icon to centralize colors.

This commit is contained in:
Kosh 2017-03-12 18:00:16 +08:00
parent b734d9aaf0
commit a153f0e65a

View File

@ -201,6 +201,7 @@ public class RepoPagerView extends BaseActivity<RepoPagerMvp.View, RepoPagerPres
if (getPresenter().getRepo() == null) {
return;
}
license.tintDrawables(accentColor);
watchRepo.tintDrawables(accentColor);
starRepo.tintDrawables(accentColor);
forkRepo.tintDrawables(accentColor);