Tommy Saechao
Tommy Saechao

Reputation: 1139

Android Studio: How do I remove the phone border frame on layout previews?

When previewing a layout, such as activity_main.xml on the design view, how do I remove the frame of the phone on my previews? I know this question may have been answered before, but I can't find the solution anywhere.

enter image description here

I want to remove the black border frame of the phone on my layout preview.

Upvotes: 0

Views: 5224

Answers (1)

Sohail Zahid
Sohail Zahid

Reputation: 8149

Click that setting button then uncheck the include Device Frame.

enter image description here enter image description here

Update: For Android studio 2.2 See this thread.

Upvotes: 3

Related Questions