Based on Android documentation here to test an xhdpi normal sized device , you have to have a skin of 640*960. If I do that, I see that my drawable-xhdpi assets are used.
However, a galaxy s3 emulator settings are WXGA720 skin with a density of 320. The drawable-xhdpi is NOT used for this emulator. My CTO of my client has the new s3, so I'd like to be sure it worked before sending it over. Any ideas of why s3 emulator doesn't use xhdpi assets?