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 Implementing Designs for Android Using Custom Styles and Themes Providing Alternative Layouts for Tablets

I can't see layout-large in Android Studio

I made the resource directory layout-large in Android Studio, but couldn't see it. When I went to create it again, Studio told me that the directory is already created. How do I manipulate that alternate size directory in Android Studio?

1 Answer

Hello,

You're probably in Android view for your file structure. This does not show empty directories. To add a new file to the alternate layout folders, you could add a new item as if you were doing it to the normal layout's folder, but one the creation screen select the constraint you want. This should add in the new resource and have it in the proper location(while creating any directories that you need).

Another way that you could manipulate the folder directly from within Android Studio is to change into Project view mode. Right above the file tree, you should see a dropdown menu that likely shows Android right now, select it and change it to Project.

Please let me know if you need more assistance and I will try to help further.