I tried to organized my layout.xml files, and made a directory
/res/layout/content/
Then I tried to point to a file there from the code like this:
setContentView(R.layout.content.product_strategy);
but I get an error that the content is not a field that can be resolved.
What am doing wrong?
Thanks!