gauravk95 / bubble-navigation

🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Apache License 2.0
1.77k stars 213 forks source link

android component navigation not working #23

Open RahimpourDeveloper opened 5 years ago

RahimpourDeveloper commented 5 years ago

when I want to use custom navigation (BubbleNavigationLinearView) in android component navigation I can't use them because I can't find any code for replacing with below code and "setupWithNavController" feature is not enabled for this custom navigation, just enable for "bottom navigation".

BubbleNavigationLinearView navigation; NavController navController;

navigation = findViewById(R.id.navigation); navController = Navigation.findNavController(this, R.id.fragment);

navigation.setupWithNavController(navController); <---------------------- for this one so if you know my problem answers please help me.

Shailevy commented 4 years ago

+1

Anshul1507 commented 4 years ago

@RahimpourDeveloper @Shailevy You guys can make it done as I did some adjustments in my code 🤟