Posts by Karytonn Oliveira • 11 points
1 post
-
1
votes3
answers3605
viewsA: Problems with getSupportActionBar() to Home (arrow) button and back arrow
Anyway I believe this is the simplest. In the onCreate method of Activity enter the following code: getSupportActionBar().setDisplayHomeAsUpEnabled(true); Now comes the secret, in the file…