I need 3 different layouts for my app
- phone/tablet portrait (layout, layout-sw600dp-port)
- phone landscape (layout-land)
- table landscape (layout-sw600dp)
How can I achieve to use some layout files in layout-sw600dp-port without copying the layout file?
(I know there was an option to reference layout files - not the include tag - but I can't find the documentation about it. It was possible to create all files in layout and only set a reference in e.g. layout-sw600dp)