gwoodhouse / BottomNavigation

Android Material Design "BottomNavigation" design pattern implementation
69 stars 14 forks source link

OnChildClickedListener dont work #4

Open abbasalim opened 8 years ago

abbasalim commented 8 years ago

hello

mBottomNavigationView.setOnChildClickedListener(new OnChildClickedListener() { @Override public void onChildClicked(int child) { selectFragment(child); } });

cannot resolv methode for me after import class

mohammadjaf013 commented 8 years ago

@abbasalim use compile 'ca.gcastle:BottomNavigation:1.0.2' is ok ;)