This repository contains two ways to implement this custom bottom navigation bar.
- On without-material-bottom-navigation-bar branch, I used just LinearLayout + ImageViews, ViewPager and Fragments.
- On with-material-bottom-navigation-bar branch, I used Material BottomNavigationView, ViewPager and Fragments
By default, in master, you will find the implementation using material.