Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ BottomNavigationView] BottomNavigationView.setItemIconTintList(null) invalid #4313

Closed
kiss2sky opened this issue Sep 26, 2024 · 2 comments
Closed

Comments

@kiss2sky
Copy link

Catalog demo

private void addBottomNavsToList(View view) {
bottomNavigationViews = DemoUtils.findViewsWithType(view, BottomNavigationView.class);
for (BottomNavigationView bottomNavigationView : bottomNavigationViews) {
bottomNavigationView.setItemIconTintList(null);
}
}

How to set it up

@dsn5ft
Copy link
Contributor

dsn5ft commented Sep 26, 2024

@kiss2sky can you provide more information about what you are trying to achieve and what is not working?

@dsn5ft
Copy link
Contributor

dsn5ft commented Sep 27, 2024

Feel free to reopen with more info.

@dsn5ft dsn5ft closed this as completed Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants