My app seems to be working on different sized screens well, apart from the tablet sized screens.
The way I have worked, is using a relative layout, which has lots of images. The images then have different sizes put in the folders, which will be picked up depending on which images the phone use ( depending on size )
The folders I use are:
drawable-hdpi
drawable-mdpi
drawable-ldpi
^ These were already added when I created the project in eclipse.
I read, and added drawable-xhdpi with the expectation that the larger screens would use this. I then put the images in, and my layout looked tiny on the android 3.0 emulator. So, I then put a mark on one of the images in xhdpi, and found that the tablet emulator isn't actually using this images.
Any ideas why? Does something need to go in the manifest?