Created
January 17, 2020 13:40
-
-
Save wajahatkarim3/8b6d69bfd169a4ea1804bf94365c29fa 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 showBottomNavigation() | |
{ | |
bottomNavView.visibility = View.VISIBLE | |
} | |
fun hideBottomNavigation() | |
{ | |
bottomNavView.visibility = View.GONE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment