Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to show Back/Forward buttons in Android Studio 3.0.1 IDE

It's quite annoying since upgrading to Android Studio 3.0.1 such that the "Back/Forward" buttons are not displayed in tool bar at the top in IDE any more. I know, I can select "Navigation-> Back/Forward", but obviously, it's very annoying if you Back/Forward frequently; Also, the short cut by keys are not looking a good choice for my situation. I want to show those 2 button in the IDE,or say, I prefer to click around with MICE! Digging around the settings in IDE and seemed not able to figure out how to achieve this SIMPLE goal. Any hints/help will be highly appreciated.

To me, removing those simple buttons dramatically reduces the usability of the IDE!

Thanks,

like image 465
Shawn Avatar asked Mar 19 '18 17:03

Shawn


People also ask

Do all Android devices have Back button?

All Android devices provide a Back button for this type of navigation, so you should not add a Back button to your app's UI. Depending on the user's Android device, this button might be a physical button or a software button.


1 Answers

In my Android Studio 3.0.1 installation, the buttons you seek are already in the main toolbar (see where the red arrow points):

navigation buttons in AS 3.0.1 main toolbar

To configure the contents of the toolbars, right-click over an open area in the toolbar panel and choose "Customize Menus and Toolbars..." from the context menu:

AS 3.0.1 toolbar context menu

That will bring up a dialog where you can see the contents of the main toolbar and manipulate those contents:

Menus and Toolbars dialog

In Android Studio 3.3 Canary 13:

Open View and then click Toolbar if it is unchecked. You will now get your toolbar with back and forward navigate buttons.

View Menu

Best of Luck!

like image 184
CommonsWare Avatar answered Sep 29 '22 12:09

CommonsWare