Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Design screen disappeared in Android studio 2.2

Recently I was playing with ConstraintLayout introduced in Android Studio 2.2 preview.

enter image description here

Screen was like above, but suddenly I have pressed few keys and that black screen disappears.

enter image description here

Does anyone have any idea about how to get back the design screen?

like image 432
Ravi Avatar asked Dec 19 '22 16:12

Ravi


1 Answers

There are 2 buttons in the bar above that screen

enter image description here

The one selected here toggles the design, the one to the right (the blue grid) toggles the blueprint.

So in your case click the Show Design button to make it reappear.

If your Android Studio window is too small, these buttons will auto-hide, so if you can't see them make sure that your window is big enough.


N.B.: if both screens are visible and you click Show Design, it will hide the blueprint, and vice versa. This may be a bug.

like image 57
Tim Avatar answered Jan 04 '23 23:01

Tim