The requirement for the app is that it should work on all devices. To support this I have
following layout defs-
layout/
layout-land/
layout-sw400dp-port/
layout-sw400dp-land/
layout-sw600dp-port/
layout-sw600dp-land/
layout-sw7200dp-port/
layout-sw7200dp-land/
its working fine for 7" and 10" tablets.
for the sw400dp
devices ie 5" devices like Samsung Note etc, they are using layout/
and
layout-land/
. How can I force these devices to use
layout-sw400dp-port/
and layout-sw400dp-land/