BottomBar
Custom view component that mimics the new Material Design 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 unless you listen for selection events and do something when the tabs are selected. This new version has cleaner code and better APIs. ...