Created
January 12, 2020 21:35
-
-
Save wajahatkarim3/aa39f1ac8a41d1b7840ec096ffe063f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun setupViews() | |
{ | |
// Finding the Navigation Controller | |
var navController = findNavController(R.id.fragNavHost) | |
// Setting Navigation Controller with the BottomNavigationView | |
bottomNavView.setupWithNavController(navController) | |
// Setting Up ActionBar with Navigation Controller | |
setupActionBarWithNavController(navController) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment