I\'m trying to add BottomNavigationView
to my layout with this library:
implementation \'com.google.android.material:material:1.0.0\'
Your problem is related with the resources you are using on your BottomNavigationView widget.
One of these is the issue:
app:itemBackground="?colorPrimary"
app:itemIconTint="@drawable/bottom_navigation_selector"
app:itemTextColor="@drawable/bottom_navigation_selector"
Check if your drawables exits in both res/drawable and any res/drawable-vXX you might have.