BottomBar
Custom view component that mimics the new Material Design pattern
A custom view component that mimics the new Material Design Bottom Navigation pattern. You can add items by writing a XML resource file. The icons must be fully opaque, solid black color, 24dp and with no padding. For example, with Android Asset Studio Generic Icon generator, select "TRIM" and make sure the padding is 0dp. Define your tabs in an XML resource file. Then, add the BottomBar to your layout and give it a resource id for your tabs xml file. By default, the tabs don't do anything...