简体   繁体   English

如果我以编程方式更改 Fragment,如何更改底部导航图标颜色

[英]How to change bottom navigation icon color if I change Fragment programmatically

I am using bottom navigation to change fragments.我正在使用底部导航来更改片段。 For whatever reason, I need to change Fragment if the user taps a particular button.无论出于何种原因,如果用户点击特定按钮,我需要更改 Fragment。 This method working fine, except a little aesthetic problem.这种方法工作得很好,除了一点审美问题。 If I change fragment programmatically, the bottom navigation icon color won't change.如果我以编程方式更改片段,底部导航图标颜色不会改变。

For handling color change, I am using selector XML right now, but I am ready to use other solutions, to handle this little problem.为了处理颜色变化,我现在正在使用选择器 XML,但我准备使用其他解决方案来处理这个小问题。

please follow this code, it may help you bottomNavigationView.setSelectedItemId(R.id.navigation_home);请遵循此代码,它可能会帮助您 bottomNavigationView.setSelectedItemId(R.id.navigation_home);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 底部导航图标颜色变化 - Bottom Navigation Icon color change 如何在加载上一个片段时更改底部导航工具栏的图标 - How to change icon of bottom navigation toolbar on loading previous fragment 如何以编程方式更改底部的应用栏导航图标 - How to change bottom app bar navigation icon programmatically 如何更改android studio底部导航栏上选择的图标颜色 - How to change the icon color selected on bottom navigation bar in android studio 如何在Android中更改屏幕底部的软导航背景和图标颜色? - How to change the bottom on screen soft navigation background and icon color in android? 如何使用导航组件库从底部导航更改片段更改时的工具栏图标? - How to change toolbar icon on fragment change from bottom navigation, using Navigation Component Lib? Xamarin Forms如何更改我在底部导航区域中使用的png图标的颜色? - How does Xamarin Forms change the color of a png icon that I use in a bottom navigation area? Android Studio - onClick 片段事务不改变底部导航菜单图标颜色 - Android Studio - onClick Fragment Transaction does not change Bottom Navigation Menu Icon Color 如何更改导航图标颜色 - How to change the navigation icon color 为什么我无法使用渐变颜色 android 更改图标颜色和文本底部导航 - Why i can't change icon color and text bottom navigation with gradient color android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM