


The directory name will be automatically generated. To create the values-large directory, follow the same steps as above, but in this case choose Size rather than Smallest Screen Width. ( values-xlarge corresponds to values-sw720dp.) The values-large directory corresponds to values-sw600dp.

values-largeĪdding a values-large directory is only necessary if you are supporting pre Android 3.2 (API level 13). Then right click on the newly created values-sw600dp file. Type in 600 for the smallest screen width. Select Smallest Screen Width, and then press the > button. Then right click the app/src/main/res directory. values-sw600dpįirst of all, from the Project tab select the Project (rather than Android) filter in the navigator. You can do the following steps in Android Studio to add the res/values-sw600dp and res/values-large directories with their bools.xml files.
