Re: [android-developers] HDPI-device using mdpi resources

2011-04-22 Thread Kostya Vasilyev
Perhaps your application is running in HVGA compatibility mode? Make sure you have either minSdkVersion set to 4 or above, or a supports-screens tag in the manifest. 23.04.2011 2:28 пользователь "Tom" написал: > Hi all... > > I'm developing an app and frequently testing on a device, rather than

[android-developers] HDPI-device using mdpi resources

2011-04-22 Thread Tom
Hi all... I'm developing an app and frequently testing on a device, rather than emulator. It's so very quick to build and launch, I love it. Now that the layout is becoming more mature in the app, I've found components appearing differently than I expected. This wasn't so obvious first since I wa