0

I'm trying to create the following folders for the different device screen sizes , the thing it's I create the folders layout-sw320dp and layout-sw480dp to try the small screens and mediums but when I try to select a medium screen under sw480 I can't select any, just the big ones like 7", I'll send you the screen shot so you can see:

 activity_actividad_login.xml(sw320dp)
   activity_actividad_login.xml(sw480dp)

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267

2 Answers2

0

I hope it will helps you. Supporting Multiple Screens

0

You can follow the step as mention in the images , the you can easily find out the folders which you are looking for

  1. Click on the dropdown at the upper left corner in the android studio and choose Project

enter image description here

  1. Go to you app resource directory

enter image description here

  1. then right click on the resource directory and perform the action as shown in the screenshot

enter image description here

  1. Enter your directory name like layout-sw600dp in the directory name dialog box and click ok

enter image description here

then you will find your layout-sw600dp folder in the resource directory..

enter image description here

Hope , this will help you out...

Kushal
  • 795
  • 1
  • 5
  • 23