Using API21+ Toolbar:
Toolbar
// Toolbar Toolbar toolbar = new Toolbar(this); toolbar.showOverflowMenu();
Would like to remove its shadow
findViewById(R.id.appBarLayout).bringToFront();
Worked for me version issues I think Thanks Bjorn
in this question