BottomNavigationView Does not exists

前端 未结 2 1245
-上瘾入骨i
-上瘾入骨i 2021-01-20 06:49

I am trying to use navigationeditor with bottom navigation view, but it seems that bottomnavigationview is only causing the issue.

This is my xml :



        
2条回答
  •  野性不改
    2021-01-20 07:21

    ON MAC CMD+SHIFT+R

    Then replace all occurance of

    android.support.design.widget.BottomNavigationView

    With

    com.google.android.material.bottomnavigation.BottomNavigationView

提交回复
热议问题