Android Toolbar
Android Material Design Toolbar Example
Android material design is a new design pattern which google recommends. And Google provides some built-in widgets in it’s design support library to follow this pattern. android.support.v7.widget.Toolbar is just one commonly used widget in that library, it behaves like ActionBar, and google suggests you use Toolbar to replace ActionBar in your android app.