0

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

Charuක
  • 12,953
  • 5
  • 50
  • 88

1 Answers1

0

Please read the developer Docs. You can find information for supporting screen sizes here

https://developer.android.com/training/basics/supporting-devices/screens.html

Also Dimension values list originally given here

How to define dimens.xml for every different screen size in android?

Hope it Helps

Community
  • 1
  • 1
Aditya K
  • 466
  • 4
  • 8