I want support android device from 4.7 inch to 10 inch tablet in my application. Its only supporting portrait mode.
I have created layout folder and all layout is in it. I am using dimen for values for it. I have created values-sw320dp,values-sw480dp,values-sw600dp and values-sw820dp folders and given according dimen in it.
But now when I choose device android 4.7(Nexsus S), its taking values from values-sw600dp. What I am missing and whats wrong in my project ?
Thanks