I am having problems in Fragment when Orientation changed from Portrait to Landscape and vice-versa then layout design will not take it from specific layout.
Example
Currently in my project have different layouts as below
layout-sw600dp (Generally it is used for Portrait Tablet layout design or depends on orientation)
layout-sw600dp-land (Generally it is used for Landscape Tablet layout)
There is Home screen fragment design for Portrait and Landscape Tablet UI.
Currently Home screen is showing in Portrait mode from layout as layout-sw600dp and when we rotate the device Portrait to Landscape then it will not refreshed in terms of design and it will not reflect as a landscape design from layout as layout-sw600dp-land.