Android Studio open tabs not showing

Viewed 982

Android studio used to display open files as tabs but it is not getting displayed (picture attached). How can I bring it back ?

Open tabs not showing

Just for the reference, it used to be like

How it should be

3 Answers

I had this issue and I set it up by following.

On Mac:

  1. Go to Android studio Preference -> Editor -> General -> Editor Tabs
  2. Set Appearance to Top.
  3. Apply
  4. Ok

Reference screen shot as following.

enter image description here

Hope it helps.

For Window users: Window-> Editor tabs-> Tabs placement->Top (or something different from none)

If you have md plugin installed then try to uninstall that. In my case it worked properly

Related