[ro.sf.lcd_density]:[240] DeviceMetrics.xdpi = 168 DeviceMetrics.ydpi = 168
So, GalaxySTab is a *large* screen, *hdpi* device. For difference, NexusOne is a *med* screen, *hdpi* device. You can mimic the behavior of density using the emulator, however the dpi changes requires you to rebuild the emulator system image. -Dan On Sep 3, 11:07 am, Kostya Vasilyev <[email protected]> wrote: > 03.09.2010 21:08, Yahel пишет:> I had to set the targetSdkVersion to 4 in > the android Manifest to get > > it to show the actual 600*1024. > > > I can't explain why, but I think it has to do with the fact that > > medium dpi is used as a default. > > This is correct. You *have* to tell Android that your application can > handle large screens and do appropriate UI scaling. If you don't, your > application will run in compatibility mode, using the only screen size > supported by Android up to and including 1.5. > > http://developer.android.com/guide/practices/screens_support.html#sup... > > See point 3, "Compatibility-mode display on larger screen-sizes". > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget > --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

