ibrahimsn98 / SmoothBottomBar

A lightweight Android material bottom navigation bar library
MIT License
1.97k stars 255 forks source link

not working with navigation component in java #56

Open imdineshsingh opened 4 years ago

imdineshsingh commented 4 years ago

i m using java in my current project along with navigation component but the library not seems to be working with nav component

hermansyah32 commented 4 years ago

I try to implement along with navigation component. Its working if your activity use action bar, but not working if you remove your action bar. Maybe you can use listener rather than navigation component.

hakamdev commented 4 years ago

Did they add a fix for this yet? I don't want an ActionBar! :(

hermansyah32 commented 4 years ago

maybe this can help you https://github.com/ibrahimsn98/SmoothBottomBar/issues/38#issuecomment-643819885