Regarding the settings for the new version of Android studio and NEW UI to display the return button


1. Problems with the new version of Android studio

Because in the new version of Android Studio, by default there is no direct option to display the return to previous button on the status bar. You can implement the return to previous step function through the following methods:

  1. In Android Studio's top menu bar, select "View".
  2. In the "View" menu, select "Appearance".
  3. In the "Appearance" submenu, check "Toolbar".
  4. At this time, the status bar will display the return arrow.

As shown below:
Insert image description here


2. Problems with the NEW UI of the new version of Android studio
There is a beta version of the UI in the new version of the studio settings. After setting, it is similar to the VS interface. I have to say that it is indeed pretty good-looking, but It also does not display the return button by default, and it cannot be set like the steps above. By default, it is at the position in the picture below:
Insert image description here
Because I have set it, this place is not displayed.

Without further ado, let’s get straight to the steps:

  1. Select "Settings" from the three dots in the upper right corner.
  2. In the pop-up window, select "Appearance & Behavior".
  3. In the sidebar on the left, select "Menus and Toolbars".
  4. In the window on the right, find "Main Toolbar Center".

Main Toolbar CenterIt is the toolbar at the top. At this time, the directory is empty by default and cannot be expanded.

  1. In the list of toolbar buttons under "Navigate" in the "Main Menu", find the "Back" button.
  2. Drag the "Back" button to the "Main Toolbar Center" and click Apply. The return button will be displayed above.

As shown in the picture:
Insert image description here
Insert image description here
Have fun typing code:)

Guess you like

Origin blog.csdn.net/WriteBug001/article/details/134947574