Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create layout-small-land folder?

I want to create separate folders for my layouts, like this in my resource directory:

layout-land
layout-port

this is ok, but this:

layout-small-land
layout-small-port

or

layout-land-small
layout-port-small

Results in: 'Invalid resource directory name'

What gives?

like image 693
codedeziner Avatar asked Mar 08 '10 16:03

codedeziner


Video Answer


1 Answers

layout-small-land and layout-small-port are the correct answers, and they compile just fine for me. Perhaps there is something else amiss in your directory structure.

like image 90
CommonsWare Avatar answered Oct 11 '22 03:10

CommonsWare