Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Back and forward navigation arrow icon gone

There used to be two little blue back and forwards navigation arrow icons in the Android Studio toolbar that provided navigation between recent source files I was editing. Now, for some reason, this little navigation arrow is gone. Any idea how to get it back or what it's called? Thanks!

like image 618
the_prole Avatar asked Jan 17 '18 05:01

the_prole


People also ask

How do I get my back and forward arrows back?

Chosen solution Please try this: right-click the + after the last tab and Customize... or View (Alt + V) > Toolbars > Customize. In this mode you can move the various items around and see if the arrow buttons are hidden behind other buttons or toolbars.

What happened to my back and forward arrows?

All replies You may add forward and back arrows from Safari View menu. Open Safari/Click on View menu at the top/select customise toolbar/ drag back and forward arrows to Safari toolbar.

How do I get the arrow back on my Android toolbar?

Show back button using actionBar. setDisplayHomeAsUpEnabled(true) this will enable the back button. Custom the back event at onOptionsItemSelected. This will enable the back function to the button on the press.


Video Answer


2 Answers

Found the answer

For some reason the toolbar is not visible by default. In the View menu, select Toolbar. That should fix it.

source

like image 172
the_prole Avatar answered Oct 04 '22 04:10

the_prole


From Android Studio 4.0 you can go at the menu: View -> Appearance -> Toolbar

like image 22
Kreshnik Avatar answered Oct 04 '22 06:10

Kreshnik