Answer the question
In order to leave comments, you need to log in
How to make a back arrow in the toolbar?
To return from activity to MainActivity.
Answer the question
In order to leave comments, you need to log in
Toolbar toolbar = (Toolbar) findViewById(R.id.my_awesome_toolbar);
setSupportActionBar(toolbar);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setDisplayShowHomeEnabled(true);
Something like this.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question