Android toolbar not showing overflow menu
I'm new to android apps and I'm hoping someone with keen eyes can spot what I'm doing wrong. I've tried to follow the steps here , to create a toolbar for my application. However, it's not showing the three dots overflow menu (which I thought was automatic). Here's what I see: I'm using minSdkVersion 19 . MainAcivitiy.java import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; public class MainActivity extends AppCompatActivity { @SuppressLint("ShowToast") @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);