-
Notifications
You must be signed in to change notification settings - Fork 689
FAB & SnackBar
Ashok Varma edited this page Jul 3, 2016
·
3 revisions
Bottom Navigation automatically syncs with snackBar without any code.
Bottom Navigation Bar can sync with FAB. ##Setup
- Both FAB and BottomNavigationBar Should be in Same Coordinator Layout.
- Link all both components using setFab() Method on bottomNavigationBar
Code Snippet
FloatingActionButton fabHome = (FloatingActionButton) findViewById(R.id.fab_home);
BottomNavigationBar bottomNavigationBar = (BottomNavigationBar) findViewById(R.id.bnb);
bottomNavigationBar.setFab(fabHome);
Get sample apk from Google Play Store