I'm developing an application,which includes displaying html content in WebView. And now I'm facing the problem of maintaining different resolutions..
I have created Android resolutions for
480x800(layout-normal-hdpi)
720x1184(layout-normal-xhdpi)
600x1024(layout-large-hdpi) for Samsung GT
800x1205(layout-large-xhdpi) for Nexus 7
the problem i'm getting is,while testing the samsung GT and Nexus 7 device are taking same resolution specification drawable layout. i.e..layout-large-hdpi.
can anyone help me, how to remove above drawback.