you define the layout and place it under
Res / Layout Classifier / my _layout.xml
where Qualifier can be one or more of the following
size: small, normal, large
density: ldpi, mdpi, hdpi.
For example, the layout for a large screen with a high density would be res / layout-hdpi-large / my_layout.xml
See the answer above for a complete list of attributes.