I have an android application.I created layout-sw600dp and layout-sw720dp layout folders for tablets 600x1024dp and 720x1280dp along with layout folder for other phones.I am tested these by using samsung galexy tab and emulator of size 720x1280.But it always takes the layout from layout folder. Why this happen even these layouts are device specific?
How to create a layout specific for tablets.
Thanks in advance