I have created values folder like values-mdpi values-hdpi values-xhdpi values-xxhdpi values-sw600dp for 7' tablet values-sw720dp for 10' tablet But it not works perfectly , please suggest better option.
Thanks in advance
I have created values folder like values-mdpi values-hdpi values-xhdpi values-xxhdpi values-sw600dp for 7' tablet values-sw720dp for 10' tablet But it not works perfectly , please suggest better option.
Thanks in advance
Create your folder according to screen size:

you should use the values-large to support 7 inch screen regardless of the density.
you should use the values-xlarge to support 10 inch screen regardless of the density.
for more details : http://developer.android.com/guide/practices/screens_support.html
Try this: Use values-sw600dp for tab 7 inch values-sw1280dp xxhdpi values-sw480dp mdpi values-sw720dp xhdpi values-sw800dp tab 10 inch these values folder will support most of devices.