Changed a method from public to private
This commit is contained in:
parent
748f4b3e98
commit
7dd70fa6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public class ViewUtil {
|
|||
}
|
||||
}
|
||||
|
||||
public static void setToolbarIconColor(@NonNull final Context context, @Nullable final Toolbar toolbar, @ColorInt final int color) {
|
||||
private static void setToolbarIconColor(@NonNull final Context context, @Nullable final Toolbar toolbar, @ColorInt final int color) {
|
||||
if (toolbar == null) return;
|
||||
toolbar.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue