A
A
Alexander Sinitsyn2016-03-18 23:03:06
Android
Alexander Sinitsyn, 2016-03-18 23:03:06

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

1 answer(s)
D
Denis Zagaevsky, 2016-03-18
@a_u_sinitsin

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 question

Ask a Question

731 491 924 answers to any question