BottomNavigation
BottomNavigation copied to clipboard
can not setup the library! added both: repositories { maven { url "https://jitpack.io" } } and dependencies { compile 'com.github.krpiotrek:BottomNavigation:library:d6a02f9686' }
Is it possible to change background color of the selected item to make it look like this? 
Would it be possible to add a cross-fade animation when switching views, like it is stated in Material guidelines? 