Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio "design tab" missing [closed]

The "Design" tab in Android Studio's graphical editor, and the preview tab at right, are missing. How can I cause them to appear?

like image 552
user2415337 Avatar asked May 23 '13 21:05

user2415337


2 Answers

In order to restore the tab, you need to close an xml file, which contains layout and reopen it again within editor. No need to restart android studio. It is, probably just a little bug.

like image 126
user3081519 Avatar answered Oct 13 '22 02:10

user3081519


Go to "View" in the top menu and click on "Tool Buttons". The preview tab at the right side should appear after that.

like image 37
Franco Avatar answered Oct 13 '22 01:10

Franco