mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
tinting missing library icon to centralize colors.
This commit is contained in:
parent
b734d9aaf0
commit
a153f0e65a
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user