Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App Creating the Screen Layout Getting to Know Our Tools

TinoJithin Plan
TinoJithin Plan
2,011 Points

why is my android studio not showing a virtual phone on the Design view?

why is my android studio not showing a virtual phone on the Design view? Instead of a virtual phone device, they just show the screen.

Caleb Kleveter
Caleb Kleveter
Treehouse Moderator 37,862 Points

Not sure why this would happen, but if I was to guess, this is probably because you are using a newer version then what is shown in the video.

Seth Kroger
Seth Kroger
56,413 Points

I agree with Caleb. The newer versions did away with the device frames.

TinoJithin Plan
TinoJithin Plan
2,011 Points

In order to fit in, I have to change the android: layout to width="352dp" instead of android:layout_width="wrap_content " for Button and text view. Totally different from the video. Why isn't it working as shown in the video?