正在禁用底部菜单项
如何禁用底部导航的默认背光?我已经安装了自定义背光,但无法移除默认的那个。
我想去掉粉色高亮

BottomNavigation代码:
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="@drawable/bottom_nav_background"
app:itemIconTint="@drawable/nav_item_color"
app:itemTextColor="@drawable/nav_item_color"
app:itemBackground="@drawable/nav_item_background"
app:labelVisibilityMode="labeled"
style="@style/BottomNavigationStyle"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:menu="@menu/bottom_navigation" />
解决方案
试试这个方法来去除背景
app:itemBackground=@null
站内所有文章版权归属LeftHeroAI导航站,无授权禁止任何主体转载、抄袭、复制内容,亦不得私自架设镜像站点。一经侵权,本站将通过法律途径追责。