This question is asked several times in stackoverflow and I have tried all of them. But unfortunately neither is working for me.
I am trying to implement the naviga
import v7:
import android.support.v7.app.ActionBar;
then in the onCreate method:
onCreate
ActionBar actionBar = getSupportActionBar(); actionBar.setDisplayHomeAsUpEnabled(true);